Click or drag to resize

ISqlFactory.CreateConnection Method

X#
Returns a new instance of the provider's class that implements the DbConnection class.

Namespace:  XSharp.Data
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
FUNCTION CreateConnection() AS DbConnection
Request Example View Source

Return Value

Type: DbConnection
A new instance of DbConnection.
See Also