SqlConnectionInfo.CreateConnectionObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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