Npgsql Api Docs

NpgsqlCommand.CommandType Property

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

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

Property Value

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

Implements

IDbCommand.CommandType

See Also

NpgsqlCommand Class | Npgsql Namespace