Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.GetLookupDisplayColumnWithPath Method |
Gets the lookup display column with table name, e.g. myTable.myLookupColumn
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public string GetLookupDisplayColumnWithPath(
string table,
string foreignKey
)
table
Type: String
The table.
foreignKey
Type: String
The foreign key.
String representing table.lookup column
ZeraSystems.CodeNanite.Expansion Namespace