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