NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLErrors.IsSynchronized

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;

Property Value

true if the collection is synchonized with the data source, otherwise false.

Remarks

IsSynchronized is always false.

See Also

SQLErrors Class | SQLErrors Members | System.Data.SQL Namespace