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