Indicates whether parameters are persisting.
[Visual Basic] Public Function ShouldPersistAll() As Boolean [C#] public bool ShouldPersistAll(); [C++] public: bool ShouldPersistAll(); [JScript] public function ShouldPersistAll() : Boolean;
true if the parameters are persisting, otherwise false.
If an SQLParameter exists within the collection, it will be persisted until removed or the collection is destroyed.
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace