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

Alerts the ValueProvider that persistance has begun.

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

Remarks

This is called by the code generator before any statements in the code are generated. This allows the provider to clear any previous state.

See Also

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