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


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 Public Function FillSchema( _
ByVal dataSet As DataSet, _
ByVal schemaType As SchemaType, _
ByVal srcTable As String _
) As DataTable()

C#

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

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] DbDataAdapter.FillSchema.

Exceptions
See also