ConnectionStringBuilderContainsKey Method |
Determines whether the connection string contains key.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
public:
bool ContainsKey(
String^ key
)
member ContainsKey :
key : string -> bool Parameters
- key String
- The key.
Return Value
Boolean
The value of
if the specified connection string contains key; otherwise,
.
See Also