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!

ADOConnection.ShouldPersistDataSource

Determines whether the DataSource should be persisted.

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

Return Value

true if DataSource is not set to its default, otherwise false.

See Also

ADOConnection Class | ADOConnection Members | System.Data.ADO Namespace | ShouldPersistDatabase | ShouldPersistConnectionTimeout | ShouldPersistIsolationLevel | ShouldPersistPassword | ShouldPersistUserID