ResultSetView.ICollection.IsSynchronized Property

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

Syntax

'Declaration
Private ReadOnly Property IsSynchronized As Boolean
    Implements ICollection.IsSynchronized
    Get
'Usage
Dim instance As ResultSetView
Dim value As Boolean

value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
    bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool
private override IsSynchronized : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean

Implements

ICollection.IsSynchronized

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace