ExpansionBase.CreateTablePropertyName Method

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods >

ExpansionBase.CreateTablePropertyName Method

Creates the name of the table property.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public string CreateTablePropertyName(
 ISchemaItem item
)

Parameters

item

Type: ISchemaItem

The row/record that represents the Table object

Return Value

If "id" is part of the name it is removed. e.g. "SupportStaffId" becomes "SupportStaff", otherwise returns the Related Table name.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace