SqlCeParameterCollection.IsSynchronized Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides DbParameterCollection.IsSynchronized, and more complete documentation might be available in that topic.This member overrides DbParameterCollection.IsSynchronized.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsSynchronized As Boolean
    Get
'Usage
Dim instance As SqlCeParameterCollection
Dim value As Boolean

value = instance.IsSynchronized
public override bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () override;
}
abstract IsSynchronized : bool
override IsSynchronized : bool
override function get IsSynchronized () : boolean

Property Value

Type: System.Boolean

Implements

ICollection.IsSynchronized

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace