OleDbSchemaGetFullTableName Method |
Gets the full table name (e.g. 'dbo.[Order Details]).
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetFullTableName(
DataTable table
)
Parameters
- table DataTable
- DataTable whose name will be returned.
Return Value
StringThe full table name, including table schema and brackets when needed.
See Also