Mimer Data Provider v9.2

MimerDataAdapter.FillSchema Method

Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.

Overload List

Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.

new public DataTable[] FillSchema(DataSet,SchemaType);

Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based upon the specified SchemaType and source table.

new public DataTable[] FillSchema(DataSet,SchemaType,string);

Configures the schema of the specified DataTable based on the specified SchemaType.

new public DataTable FillSchema(DataTable,SchemaType);

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace