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.
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);
MimerDataAdapter Class | Mimer.Data.Client Namespace