IDbCommand.Connection Property

Syntax:

IDbConnection IDbCommand.Connection { get; set; }

Description:

Type: System.Data.IDbConnection

Gets or sets the connection with which this command is associated.

This property is an explicit interface member implementation and can only be used when the RdmCommand instance is cast to an IDbCommand interface.

Reference:

For more information, reference MSDN documentation for: System.Data.IDbCommand.Connection