Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataAdapter class

FillSchema method Next Page

FillSchema method


Configures the schema of a System.Data.DataTable to match the schema in the data source.

Syntax

Visual Basic

Overloads Public Function FillSchema( _
ByVal dataTable As DataTable, _
ByVal schemaType As SchemaType _
) As DataTable

C#

public DataTable FillSchema(
DataTable dataTable,
SchemaType schemaType
);

Parameters
Return value

A reference to the System.Data.DataTable object that contains the schema.

Remarks

For more information, see [external link] DbDataAdapter.FillSchema.

Exceptions
See also