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!

DataTable.HasSchemaChanged

Gets a value indicating whether the column count has changed.

[Visual Basic]
Overridable Protected Function HasSchemaChanged() As Boolean
[C#]
protected virtual bool HasSchemaChanged();
[C++]
protected: virtual bool HasSchemaChanged();
[JScript]
protected function HasSchemaChanged() : Boolean;

Return Value

true if the column count is not 0; otherwise, false.

See Also

DataTable Class | DataTable Members | System.Data Namespace