Mimer Data Provider v9.2

MimerDataAdapter.FillSchema Method (DataSet, 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.

[Visual Basic]
NotOverridable Overloads Public Function FillSchema( _
   ByVal dataSet As DataSet, _
   ByVal schemaType As SchemaType _
) As DataTable() Implements _
   IDataAdapter.FillSchema
[C#]
new public DataTable[] FillSchema(
   DataSet dataSet,
   SchemaType schemaType
);

Parameters

dataSet
A DataSet to insert the schema in.
schemaType
A SchemaType value that specifies how to insert the schema.

Return Value

A reference to a collection of DataTable objects that were added to the DataSet.

Implements

IDataAdapter.FillSchema

See Also

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