XConnectionCanReadField Method |
Determines whether this instance can read the specified field .
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool CanReadField(
long p_FieldKey
)
Public Function CanReadField (
p_FieldKey As Long
) As Boolean
Parameters
- p_FieldKey
- Type: SystemInt64
The field key.
Return Value
Type:
Booleantrue if this instance can read the specified field ; otherwise,
false.
See Also