An NDoc Documented Class Library |
|
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 _
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