TableMetadataColumns Property |
Metadata information for the columns in the table
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IList<ColumnMetadata> Columns { get; }
Public ReadOnly Property Columns As IList(Of ColumnMetadata)
Get
public:
property IList<ColumnMetadata^>^ Columns {
IList<ColumnMetadata^>^ get ();
}
member Columns : IList<ColumnMetadata> with get
Property Value
Type:
IListColumnMetadata
See Also