Click or drag to resize
XConnectionCanWriteAllFieldsIntoTable Method
Determines whether this instance can write all fields into the specified table key.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CanWriteAllFieldsIntoTable(
	long p_TableKey
)

Parameters

p_TableKey
Type: SystemInt64
The table key.

Return Value

Type: Boolean
true if this instance can write all fields into the specified table ; otherwise, false.
See Also