Mimer Data Provider v9.2

MimerCommand.Connection Property

Gets or sets the MimerConnection used by this instance of the MimerCommand.

[Visual Basic]
Public Property Connection As MimerConnection
[C#]
public MimerConnection Connection {get; set;}

Property Value

The MimerConnection representing a data source. The default is a null value.

Exceptions

Exception TypeCondition
InvalidOperationExceptionCannot change connection in the middle of a transaction.

See Also

MimerCommand Class | Mimer.Data.Client Namespace