DbConnectionStringBuilder::ShouldSerialize Method (String^)
.NET Framework (current version)
Indicates whether the specified key exists in this DbConnectionStringBuilder instance.
Assembly: System.Data (in System.Data.dll)
Parameters
- keyword
-
Type:
System::String^
The key to locate in the DbConnectionStringBuilder.
Return Value
Type: System::Booleantrue if the DbConnectionStringBuilder contains an entry with the specified key; otherwise false.
This method behaves identically to the ContainsKey method.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: