SqlCeConnectionStringBuilder.ShouldSerialize Method
Indicates whether the specified key exists in this SqlCeConnectionStringBuilder instance.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Function ShouldSerialize ( _
keyword As String _
) As Boolean
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim keyword As String
Dim returnValue As Boolean
returnValue = instance.ShouldSerialize(keyword)
public override bool ShouldSerialize(
string keyword
)
public:
virtual bool ShouldSerialize(
String^ keyword
) override
abstract ShouldSerialize :
keyword:string -> bool
override ShouldSerialize :
keyword:string -> bool
public override function ShouldSerialize(
keyword : String
) : boolean
Parameters
- keyword
Type: System.String
The key to locate in the SqlCeConnectionStringBuilder.
Return Value
Type: System.Boolean
true if the SqlCeConnectionStringBuilder contains an entry with the specified key; otherwise, false.