UnpreparedExecute Property (PgSqlConnectionStringBuilder)
Sets the default value of the
PgSqlCommand.UnpreparedExecute property of
PgSqlCommand instances.
|
|---|
'Declaration
Public Property UnpreparedExecute As Boolean |
|
|---|
public bool UnpreparedExecute {get; set;} |
Property Value
true, if unprepared execute mode is used in
PgSqlCommand instances by default; otherwise
false. Default value if
false.