Npgsql API Docs

NpgsqlConnection.CreateCommand Method 

Creates and returns a NpgsqlCommand object associated with the NpgsqlConnection.

[Visual Basic]
Public Function CreateCommand() As NpgsqlCommand
[C#]
public NpgsqlCommand CreateCommand();

Return Value

A NpgsqlCommand object.

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlConnection.CreateCommand

See Also

NpgsqlConnection Class | Npgsql Namespace