smartDBforms.NET API Reference

FieldSchema.BaseColumnName Property

The name of the database column that is represented by the ColumnName. In most cases BaseColumnName and ColumnName are the same. If the field is renamed in the SELECT statement then the BaseColumnName will still reference the original database column. If the field is an expression in the select statement then BaseColumnName is empty string.

[Visual Basic]
Public ReadOnly Property BaseColumnName As String
[C#]
public String BaseColumnName {get;}

See Also

FieldSchema Class | Adillis.SmartDBForms Namespace