DataFindField Method

Searches a list of the model DataField for a model with the given name and returns that model.

Definition

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

Parameters

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

Return Value

DataField
DataField with the find field value.

See Also