Shunde.NET Framework Class Library

DBColumn.GetColumnName Method 

Gets the database column Name of this column

public string GetColumnName();

Remarks

This is normally the same as the Name specified in Name, however for DBObject types it has "Id" appended.

See Also

DBColumn Class | Shunde.Framework Namespace