Click or drag to resize

OleDbSchemaGetTableType Method

Gets the table's underlying type (Table, View, or Stored Procedure).

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static TableType GetTableType(
	DataTable table
)

Parameters

table  DataTable
DataTable whose type will be returned.

Return Value

TableType
The table type.
See Also