dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLoader Class / Freeze Property

In This Topic
Freeze Property
In This Topic
Enables freezeing of the loaded rows. Rows will be frozen only if the table being loaded has been created or truncated in the current subtransaction, there are no cursors open and there are no older snapshots held by this transaction.
Syntax
'Declaration
 
Public Property Freeze As Boolean
 

Property Value

true, if the loaded rows should be frozen; otherwise false. Default valuse if false.
See Also