Método SqlCeConnectionStringBuilder.ShouldSerialize
Indica se a chave especificada existe nesta instância SqlCeConnectionStringBuilder.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public Overrides Function ShouldSerialize ( _
keyword As String _
) As Boolean
'Uso
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
Parâmetros
- keyword
Tipo: System.String
A chave a ser localizada em SqlCeConnectionStringBuilder.
Valor de retorno
Tipo: System.Boolean
true se SqlCeConnectionStringBuilder contiver uma entrada com a chave especificada; caso contrário, false.