Gets a DataTable that describes the metadata for this download table.
Public Function GetSchemaTable() As DataTable
public DataTable GetSchemaTable()
A DataTable that describes the column metadata.
If you want the DataTable to contain column name information, you must specify the client option to send column names, which is the default behavior. For more information on sending column names, see SendColumnNames (scn) extended option and Send Column Names synchronization parameter.