SocketConnectionStringBuilder Class Members
See Also  Properties Methods 
SourceCode.Net Namespace : SocketConnectionStringBuilder Class


Glossary Item Box

The following tables list the members exposed by SocketConnectionStringBuilder.

Public Constructors

  Name Description
Public Constructor SocketConnectionStringBuilder Constructor Overloaded.   
Top

Public Properties

  Name Description
Public Property ConnectionString (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property Count Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from SourceCode.ConnectionStringBuilderBase)
Public Property Host  
Public Property IsFixedSize Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size. (Inherited from SourceCode.ConnectionStringBuilderBase)
Public Property IsReadOnly (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property Item Gets or sets the value associated with the specified key. (Inherited from SourceCode.ConnectionStringBuilderBase)
Public Property Keys Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder. (Inherited from SourceCode.ConnectionStringBuilderBase)
Public Property Port  
Public Property TlsMode  
Public Property Values Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder. (Inherited from SourceCode.ConnectionStringBuilderBase)
Top

Protected Properties

  Name Description
Protected Property Keywords (Inherited from SourceCode.ConnectionStringBuilderBase)
Top

Public Methods

Protected Methods

See Also