DataContainsField Method
Evaluates whether the model list
DataField contains a model that matches the given name.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ContainsField(
List<DataField> fields,
string field
)
Public Shared Function ContainsField (
fields As List(Of DataField),
field As String
) As Boolean
- fields ListDataField
- List of DataField to search.
- field String
- Field name.
Boolean if contains a model that matches the given name; otherwise,
.