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

Fill method Next Page

FillSchema method


Adds a System.Data.DataTable named "Table" to a System.Data.DataSet and configures the schema to match the schema in the data source.

Syntax

Visual Basic

Overloads NotOverridable Public Function FillSchema( _
ByVal dataSet As DataSet, _
ByVal schemaType As SchemaType _
) As DataTable() _
Implements IDataAdapter.FillSchema

C#

public DataTable[] FillSchema(
DataSet dataSet,
SchemaType schemaType
);

Parameters
Return value

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

Remarks

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

Exceptions
Implements

[external link] IDataAdapter.FillSchema

See also