OleDbSchemaGetTableType Method |
Gets the table's underlying type (Table, View, or Stored Procedure).
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static TableType GetTableType(
DataTable table
)
Parameters
- table DataTable
- DataTable whose type will be returned.
Return Value
TableTypeThe table type.
See Also