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!

ValueProvider.EndPersist

Alerts the ValueProvider that persistance has ended.

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

Remarks

This is called by the code generator after all statements have been generated.

See Also

ValueProvider Class | ValueProvider Members | System.ComponentModel.Design Namespace