Click or drag to resize

OleDbSchemaGetSchema Method

Gets a OleDbSchema that contains the schema for a given connection string.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static OleDbSchema? GetSchema(
	string connString
)

Parameters

connString  String
OleDb connection string used to initialize the new OleDbSchema.

Return Value

OleDbSchema
A new OleDbSchema containing the schema for the given connString or null if the connection string is invalid.
See Also