FieldsContains Method (String) |
Determines if a field with the specified
Key exists in the collection.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool Contains(
string key
)
Public Function Contains (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
The IField.Key of interest.
Return Value
Type:
BooleanTrue if the collection contains a field with the specified Key, else false.
See Also