Npgsql API Docs

NpgsqlCommand.CommandType Property

Gets or sets a value indicating how the CommandText property is to be interpreted.

[Visual Basic]
NotOverridable Public Property CommandType As CommandType _
    Implements IDbCommand.CommandType
[C#]
public System.Data.CommandType CommandType {get; set;}

Property Value

One of the CommandType values. The default is CommandType.Text.

Implements

IDbCommand.CommandType

Remarks

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

See Also

NpgsqlCommand Class | Npgsql Namespace