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
    public bool Freeze {get; set;}

    Property Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also