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.ResetPrimaryKey

Resets the PrimaryKey property to its default state.

[Visual Basic]
Overridable Public Sub ResetPrimaryKey()
[C#]
public virtual void ResetPrimaryKey();
[C++]
public: virtual void ResetPrimaryKey();
[JScript]
public function ResetPrimaryKey();

See Also

DataTable Class | DataTable Members | System.Data Namespace