DataContains(String) Method
Checks if the list of field elements contains the indicated field.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public bool Contains(
string field
)
Public Function Contains (
field As String
) As Boolean
- field String
- Name of the element to search.
Boolean if the list contains the searched element; otherwise,
.