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!

DBCommand.ShouldPersist

When overridden in a derived class, returns whether the settings of the properties should be persisted.

[Visual Basic]
Overridable Public Function ShouldPersist() As Boolean
[C#]
public virtual bool ShouldPersist();
[C++]
public: virtual bool ShouldPersist();
[JScript]
public function ShouldPersist() : Boolean;

Remarks

Notes to Inheritors: When overriding ShouldPersist in a derived class, be sure to call the base class's ShouldPersist method.

See Also

DBCommand Class | DBCommand Members | System.Data.Internal Namespace