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;
Notes to Inheritors: When overriding ShouldPersist in a derived class, be sure to call the base class's ShouldPersist method.
DBCommand Class | DBCommand Members | System.Data.Internal Namespace