ColumnMetadataColumnName Property |
The column name
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic string ColumnName { get; }
Public ReadOnly Property ColumnName As String
Get
public:
property String^ ColumnName {
String^ get ();
}
member ColumnName : string with get
Property Value
Type:
String
See Also