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!

IValueProvider.BeginPersist

Begins persistence.

[Visual Basic]
Sub BeginPersist()
[C#]
void BeginPersist();
[C++]
void BeginPersist() = 0;
[JScript]
function BeginPersist();

Remarks

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

See Also

IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace