Click or drag to resize
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
)

Parameters

p_Key
Type: SystemInt64
The field key.

Return Value

Type: Boolean
true if remove sucessfully, false otherwise.
See Also