Click or drag to resize

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
Syntax
public IList<ColumnMetadata> Columns { get; }

Property Value

Type: IListColumnMetadata
See Also