Mimer Data Provider v9.2

MimerDataAdapter.FillSchema Method (DataSet, SchemaType, String)

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.

[Visual Basic]
Overloads Public Function FillSchema( _
   ByVal dataSet As DataSet, _
   ByVal schemaType As SchemaType, _
   ByVal srcTable As String _
) As DataTable()
[C#]
new public DataTable[] FillSchema(
   DataSet dataSet,
   SchemaType schemaType,
   string srcTable
);

Parameters

dataSet
A DataSet to insert the schema in.
schemaType
A SchemaType value that specifies how to insert the schema.
srcTable
The name of the source table to use for table mapping.

Return Value

A DataTable that contains schema information returned from the data source.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace | MimerDataAdapter.FillSchema Overload List