ExpansionBase.GetTableLabel Method

<< >>

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)

Syntax


C#

public string GetTableLabel(
 string table,
 bool allowNullReturn
)

Parameters

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.

Return Value

The Table Name specified for a Table. By Default, the primary key is returned if no Table Name has been defined

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace