Gets a boolean that indicating whether the collection is sychonized with the data source.
[Visual Basic] Overridable Public ReadOnly Property IsSynchronized As Boolean [C#] public bool IsSynchronized {virtual get;} [C++] public: __property virtual bool get_IsSynchronized(); [JScript] public function get IsSynchronized() : Boolean;
true if the collection is synchonized with the data source, otherwise false.
IsSynchronized is always false.
SQLErrors Class | SQLErrors Members | System.Data.SQL Namespace