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