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!

SQLParameters.ShouldPersistAll

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;

Return Value

true if the parameters are persisting, otherwise false.

Remarks

If an SQLParameter exists within the collection, it will be persisted until removed or the collection is destroyed.

See Also

SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace