Click or drag to resize
XConnection. CanChangeHeaderInTable Method
Determines whether this instance can change header in the specified table .

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Function CanChangeHeaderInTable ( 
	p_TableKey As Long
) As Boolean

Parameters

p_TableKey
Type: System.Int64
The table key.

Return Value

Type: Boolean
true if this instance can change header in the specified table; otherwise, false.
See Also