Mono Class Library: Overview

System.Data.SqlClient.SqlConnectionStringBuilder: Members

The members of System.Data.SqlClient.SqlConnectionStringBuilder are listed below.

See Also: Inherited members from System.Data.Common.DbConnectionStringBuilder

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

ApplicationNamestring. Documentation for this section has not yet been entered.
AsynchronousProcessingbool. Documentation for this section has not yet been entered.
AttachDBFilenamestring. Documentation for this section has not yet been entered.
ConnectionResetbool. Documentation for this section has not yet been entered.
ConnectTimeoutint. Documentation for this section has not yet been entered.
ContextConnectionbool. Documentation for this section has not yet been entered.
CurrentLanguagestring. Documentation for this section has not yet been entered.
DataSourcestring. Documentation for this section has not yet been entered.
Encryptbool. Documentation for this section has not yet been entered.
Enlistbool. Documentation for this section has not yet been entered.
FailoverPartnerstring. Documentation for this section has not yet been entered.
InitialCatalogstring. Documentation for this section has not yet been entered.
IntegratedSecuritybool. Documentation for this section has not yet been entered.
[read-only]
override
IsFixedSizebool. Documentation for this section has not yet been entered.
default property
override
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
override
KeysICollection. Documentation for this section has not yet been entered.
LoadBalanceTimeoutint. Documentation for this section has not yet been entered.
MaxPoolSizeint. Documentation for this section has not yet been entered.
MinPoolSizeint. Documentation for this section has not yet been entered.
MultipleActiveResultSetsbool. Documentation for this section has not yet been entered.
NetworkLibrarystring. Documentation for this section has not yet been entered.
PacketSizeint. Documentation for this section has not yet been entered.
Passwordstring. Documentation for this section has not yet been entered.
PersistSecurityInfobool. Documentation for this section has not yet been entered.
Poolingbool. Documentation for this section has not yet been entered.
Replicationbool. Documentation for this section has not yet been entered.
TrustServerCertificatebool. Documentation for this section has not yet been entered.
TypeSystemVersionstring. Documentation for this section has not yet been entered.
UserIDstring. Documentation for this section has not yet been entered.
UserInstancebool. Documentation for this section has not yet been entered.
[read-only]
override
ValuesICollection. Documentation for this section has not yet been entered.
WorkstationIDstring. Documentation for this section has not yet been entered.

Public Methods

override
Clear()
Documentation for this section has not yet been entered.
override
ContainsKey(string) : bool
Documentation for this section has not yet been entered.
override
Remove(string) : bool
Documentation for this section has not yet been entered.
override
ShouldSerialize(string) : bool
Documentation for this section has not yet been entered.
override
TryGetValue(string, out object) : bool
Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.