AmoDataReader.GetSchemaTable Method

Definition

Returns a DataTable that describes the column metadata of the AmoDataReader.

public System.Data.DataTable GetSchemaTable ();
abstract member GetSchemaTable : unit -> System.Data.DataTable
override this.GetSchemaTable : unit -> System.Data.DataTable
Public Function GetSchemaTable () As DataTable

Returns

A DataTable that describes the column metadata.

Implements

Applies to