GetSchemaTable method

Syntax
DataTable GetSchemaTable();
Remarks

Gets a DataTable instance that describes the metadata for this download table.

If you want the DataTable to contain column name information, you must specify the client option to send column names.

Returns

A DataTable that describes the column metadata.

See also