See Also

DbConnectionStringBuilder Class  | DbConnectionStringBuilder Members

Language

Visual Basic

C#

Show All

keyword
The key of the item to get or set.
See AlsoLanguagesDevart.DataSend comments on this topic.

Item Property

Devart.Common Namespace > DbConnectionStringBuilder Class : Item Property (DbConnectionStringBuilder)

Gets or sets the value associated with the specified key.

[Visual Basic]
Overrides Public Default Property Item( _    ByVal keyword As String _ ) As Object
[C#]
public override object this[    string keyword ]; {get; set;}

Parameters

keyword
The key of the item to get or set.

Return Type

Value associated with the specified key.

Remarks

If the specified key is not found, trying to get it returns null, and trying to set it creates a new element using the specified key. Assigning a null value removes the key/value pair.

See Also

DbConnectionStringBuilder Class  | DbConnectionStringBuilder Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.