[]
        
(Showing Draft Content)

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

TableData Constructor

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

Initializes a new instance of the MssqlSchemaProvider.TableData struct.

Declaration
public TableData(string schema, string name, MssqlSchemaProvider.DbTableType type, IEnumerable<MssqlSchemaProvider.ColumnData> columns)
Parameters
Type Name Description
string schema

The database schema name that owns the table.

string name

The name of the table.

MssqlSchemaProvider.DbTableType type

The type of the table.

IEnumerable<MssqlSchemaProvider.ColumnData> columns

The columns belonging to the table.