Base class of the SAConnectionStringBuilder class.
Public MustInherit Class SAConnectionStringBuilderBase Inherits System.Data.Common.DbConnectionStringBuilder
public abstract class SAConnectionStringBuilderBase : System.Data.Common.DbConnectionStringBuilder
All members of SAConnectionStringBuilderBase class, including all inherited members.
Name | Description |
---|---|
Add method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Adds an entry with the specified key and value into the System.Data.Common.DbConnectionStringBuilder. |
AppendKeyValuePair method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Provides an efficient and safe way to append a key and value to an existing System.Text.StringBuilder object. |
Clear method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Clears the contents of the System.Data.Common.DbConnectionStringBuilder instance. |
ClearPropertyDescriptors method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Clears the collection of System.ComponentModel.PropertyDescriptor objects on the associated System.Data.Common.DbConnectionStringBuilder. |
Determines whether the SAConnectionStringBuilder object contains a specific keyword. | |
EquivalentTo method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Compares the connection information in this System.Data.Common.DbConnectionStringBuilder object with the connection information in the supplied object. |
Gets the keyword for specified SAConnectionStringBuilder property. | |
GetProperties method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Fills a supplied System.Collections.Hashtable with information about all the properties of this System.Data.Common.DbConnectionStringBuilder. |
Gets a boolean values that indicates whether long connection parameter names are used in the connection string. | |
Removes the entry with the specified key from the SAConnectionStringBuilder instance. | |
Sets a boolean value that indicates whether long connection parameter names are used in the connection string. | |
Indicates whether the specified key exists in this SAConnectionStringBuilder instance. | |
ToString method (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Returns the connection string associated with this System.Data.Common.DbConnectionStringBuilder. |
Retrieves a value corresponding to the supplied key from this SAConnectionStringBuilder. | |
BrowsableConnectionString property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets or sets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder.ConnectionString property is visible in Visual Studio designers. |
ConnectionString property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. |
Count property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. |
IsFixedSize property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. |
IsReadOnly property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. |
Gets an System.Collections.ICollection that contains the keys in the SAConnectionStringBuilder. | |
Gets or sets the value of the connection keyword. | |
Values property (Inherited from System.Data.Common.DbConnectionStringBuilder) |
Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. |
ContainsKey method
GetKeyword method
GetUseLongNameAsKeyword method
Remove method
SetUseLongNameAsKeyword method
ShouldSerialize method
TryGetValue method
Keys property
this property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |