SqlConnectionInfo.CreateConnectionObject Method

Definition

Returns a new IDbConnection implementation. Callers should use this object and release the reference to it in a short amount of time, as the associated access token may have a limited lifetime.

public override System.Data.IDbConnection CreateConnectionObject ();
override this.CreateConnectionObject : unit -> System.Data.IDbConnection
Public Overrides Function CreateConnectionObject () As IDbConnection

Returns

Applies to