SqlCeConnectionStringBuilder.DefaultLockEscalation Property

Gets or sets the number of locks a transaction will acquire before attempting escalation from row to page, or from page to table.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Property DefaultLockEscalation As Integer
    Get
    Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Integer

value = instance.DefaultLockEscalation

instance.DefaultLockEscalation = value
public int DefaultLockEscalation { get; set; }
public:
property int DefaultLockEscalation {
    int get ();
    void set (int value);
}
member DefaultLockEscalation : int with get, set
function get DefaultLockEscalation () : int
function set DefaultLockEscalation (value : int)

Property Value

Type: System.Int32
The number of locks a transaction will acquire before attempting escalation from row to page, or from page to table.

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace