Npgsql API Docs

NpgsqlCommand.Connection Property

Gets or sets the NpgsqlConnection used by this instance of the NpgsqlCommand.

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

Property Value

The connection to a data source. The default value is a null reference.

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlCommand.Connection

See Also

NpgsqlCommand Class | Npgsql Namespace