| IRecordBaseContainsKey Method |
Verify if the record contains an item with a given key.
Namespace:
Mavidian.DataConveyer.Entities.KeyVal
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax bool ContainsKey(
string key
)
Function ContainsKey (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
Key to verify
Return Value
Type:
BooleanTrue if the record contains an item with the specified key; otherwise false.
See Also