Member name | Description |
---|---|
Initializes a new instance of the ULConnectionStringBuilder class. |
Member name | Description |
---|---|
BrowsableConnectionString (inherited from DbConnectionStringBuilder) |
Gets or sets a value that indicates whether the DbConnectionStringBuilder.ConnectionString is visible in Visual Studio designers. |
UL Ext.: Specifies the size of the cache. |
|
Specifies a name for the connection. This is only needed if you create more than one connection to the database. |
|
ConnectionString (inherited from DbConnectionStringBuilder) |
Gets or sets the connection string associated with the DbConnectionStringBuilder. |
Count (inherited from DbConnectionStringBuilder) |
Gets the current number of keys that are contained within the DbConnectionStringBuilder.ConnectionString. |
Specifies a key for encrypting the database. |
|
Specifies a name for the database or the name of a loaded database to which a connection needs to be made. |
|
UL Ext.: Specifies the path and file name of the UltraLite database on Windows Mobile. |
|
UL Ext.: Specifies the path and file name of the UltraLite database on Windows desktop platforms. |
|
IsFixedSize (inherited from DbConnectionStringBuilder) |
Gets a value that indicates whether the DbConnectionStringBuilder has a fixed size. |
IsReadOnly (inherited from DbConnectionStringBuilder) |
Gets a value that indicates whether the DbConnectionStringBuilder is read-only. |
Specifies the value of the specified connection keyword. |
|
Keys (inherited from DbConnectionStringBuilder) |
Gets an ICollection that contains the keys in the DbConnectionStringBuilder. |
Specifies whether SQL queries without ORDER BY clauses should perform ordered table scans by default. |
|
Specifies the password for the authenticated user. |
|
UL Ext.: Specifies the reserve file system space for storage of UltraLite persistent data. |
|
Specifies the location and then starts the UltraLite engine. |
|
Specifies an authenticated user for the database. |
|
Values (inherited from DbConnectionStringBuilder) |
Gets an ICollection that contains the values in the DbConnectionStringBuilder. |
Member name | Description |
---|---|
Add (inherited from DbConnectionStringBuilder) |
Adds an entry with the specified key and value into the DbConnectionStringBuilder. |
Clear (inherited from DbConnectionStringBuilder) |
Clears the contents of the DbConnectionStringBuilder instance. |
Determines whether the ULConnectionStringBuilder object contains a specific keyword. |
|
Compares the connection information in this ULConnectionStringBuilder object with the connection information in the supplied DbConnectionStringBuilder object. |
|
Retrieves the short version of the supplied keyword. |
|
Removes the entry with the specified key from the ULConnectionStringBuilder instance. |
|
ShouldSerialize (inherited from DbConnectionStringBuilder) |
Indicates whether the specified key exists in this DbConnectionStringBuilder instance. |
ToString (inherited from DbConnectionStringBuilder) |
Returns the connection string associated with this DbConnectionStringBuilder. |
Retrieves a value corresponding to the supplied key from this ULConnectionStringBuilder. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |