DataKeyCollection.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om objekt i DataKeyCollection kan ändras.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Egenskapsvärde

false för alla fall.

Kommentarer

Den här egenskapen returnerar false alltid för att indikera att DataKeyCollection kan skrivas till i alla fall.

Gäller för