SqlErrorCollection.System.Collections.ICollection.IsSynchronized Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets a value indicating whether the collection is sychonized with the data source.
Private ReadOnly Property IsSynchronized As Boolean Implements _ ICollection.IsSynchronized
[C#]
bool ICollection.IsSynchronized {get;}
[C++]
private: __property bool
System::Collections::ICollection::get_IsSynchronized();
[JScript]
private function get ICollection.IsSynchronized() : Boolean;
Property Value
true if the collection is synchonized with the data source, otherwise false.
Remarks
IsSynchronized is always false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SqlErrorCollection Class | SqlErrorCollection Members | System.Data.SqlClient Namespace