[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.MssqlSchemaProvider.TableData

MssqlSchemaProvider.TableData Struct

Represents the schema data for the table.

Namespace: GrapeCity.ActiveReports.ReportsCore.Data.DataProviders
Assembly: MESCIUS.ActiveReports.dll
Syntax
protected struct MssqlSchemaProvider.TableData

Constructors

Name Description
TableData(string, string, DbTableType, IEnumerable<ColumnData>)

Initializes a new instance of the MssqlSchemaProvider.TableData struct.

Fields

Name Description
Columns

Gets the columns belonging to the table.

Name

Gets the name of the table.

Schema

Gets the database schema name that owns the table.

TableType

Gets the type of the table.

Extension Methods