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.
public bool Freeze {get; set;}
'Declaration
Public Property Freeze As Boolean
Property Value
true, if the loaded rows should be frozen; otherwise
false. Default valuse if
false.