Mimer Data Provider v9.2

MimerDataAdapter.FillSchema Method (DataTable, SchemaType)

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

[Visual Basic]
Overloads Public Function FillSchema( _
   ByVal dataTable As DataTable, _
   ByVal schemaType As SchemaType _
) As DataTable
[C#]
new public DataTable FillSchema(
   DataTable dataTable,
   SchemaType schemaType
);

Parameters

dataTable
The DataTable to be filled with the schema from the data source.
schemaType
One of the SchemaType values.

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