LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlDataReader.GetSchemaTable method

Returns a DataTable that contains metadata about the columns in the result set.

public override DataTable? GetSchemaTable()

Return Value

A DataTable containing metadata about the columns in the result set.

See Also