Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbConnectionStringBuilder::AppendKeyValuePair Method

 

Provides an efficient and safe way to append a key and value to an existing StringBuilder object.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAppendKeyValuePair(StringBuilder^, String^, String^)

Provides an efficient and safe way to append a key and value to an existing StringBuilder object.

System_CAPS_pubmethodSystem_CAPS_staticAppendKeyValuePair(StringBuilder^, String^, String^, Boolean)

Provides an efficient and safe way to append a key and value to an existing StringBuilder object.

Return to top
Show:
© 2017 Microsoft