Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAConnectionStringBuilderBase class

SAConnectionStringBuilderBase class Next Page

SAConnectionStringBuilderBase members


Public properties
Member nameDescription
[external link] BrowsableConnectionString (inherited from DbConnectionStringBuilder)
[external link] ConnectionString (inherited from DbConnectionStringBuilder)
[external link] Count (inherited from DbConnectionStringBuilder)
[external link] IsFixedSize (inherited from DbConnectionStringBuilder)
[external link] IsReadOnly (inherited from DbConnectionStringBuilder)
Item property Gets or sets the value of the connection keyword.
Keys property Gets an System.Collections.ICollection that contains the keys in the SAConnectionStringBuilder.
[external link] Values (inherited from DbConnectionStringBuilder)
Public methods
Member nameDescription
[external link] Add (inherited from DbConnectionStringBuilder)
[external link] Clear (inherited from DbConnectionStringBuilder)
ContainsKey method Determines whether the SAConnectionStringBuilder object contains a specific keyword.
[external link] EquivalentTo (inherited from DbConnectionStringBuilder)
GetKeyword method Gets the keyword for specified SAConnectionStringBuilder property.
GetUseLongNameAsKeyword method Gets a boolean values that indicates whether long connection parameter names are used in the connection string.
Remove method Removes the entry with the specified key from the SAConnectionStringBuilder instance.
SetUseLongNameAsKeyword method Sets a boolean value that indicates whether long connection parameter names are used in the connection string. Long connection parameter names are used by default.
ShouldSerialize method Indicates whether the specified key exists in this SAConnectionStringBuilder instance.
[external link] ToString (inherited from DbConnectionStringBuilder)
TryGetValue method Retrieves a value corresponding to the supplied key from this SAConnectionStringBuilder.
See also