Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.GetTableLabel Method |
Gets the table label.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public string GetTableLabel(
string table,
bool allowNullReturn
)
table
Type: String
The table.
allowNullReturn
Type: Boolean
If TRUE is passed, it allows a null/empty string to be returned even if the Table Name has not yet been defined.
The Table Name specified for a Table. By Default, the primary key is returned if no Table Name has been defined
ZeraSystems.CodeNanite.Expansion Namespace