Click or drag to resize
XFieldDefMapGetFieldByDBName Method
Gets the field by the name of the field in database.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XFieldDef GetFieldByDBName(
	string p_SqlName,
	long p_TableKey
)

Parameters

p_SqlName
Type: SystemString
The field Sql name.
p_TableKey
Type: SystemInt64
The table key.

Return Value

Type: XFieldDef
The field.
See Also