DataContainsField Method

Evaluates whether the model list DataField contains a model that matches the given name.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ContainsField(
	List<DataField> fields,
	string field
)

Parameters

fields  ListDataField
List of DataField to search.
field  String
Field name.

Return Value

Boolean
if contains a model that matches the given name; otherwise, .

See Also