Click or drag to resize

OleDbSchemaGetFullTableName Method

Gets the full table name (e.g. 'dbo.[Order Details]).

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

Parameters

table  DataTable
DataTable whose name will be returned.

Return Value

String
The full table name, including table schema and brackets when needed.
See Also