XFieldDefMapRemove Method (Int64) |
Removes the specified field by key.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Remove(
long p_Key
)
Public Function Remove (
p_Key As Long
) As Boolean
Parameters
- p_Key
- Type: SystemInt64
The field key.
Return Value
Type:
Booleantrue if remove sucessfully,
false otherwise.
See Also