IBufferColumnColumnName Property |
Gets the name of the column.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxstring ColumnName { get; }
ReadOnly Property ColumnName As String
Get
property String^ ColumnName {
String^ get ();
}
abstract ColumnName : string with get
Property Value
Type:
String
The name of the column.
See Also