Share via


SqlCeDatabase.ParameterToken Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Gets the parameter token used to delimit parameters for the SQL Server database.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.SqlCe
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data.SqlCe (in Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.dll)

Syntax

'Declaration
Protected ReadOnly Property ParameterToken As Char
protected char ParameterToken { get; }
protected:
property wchar_t ParameterToken {
    wchar_t get ();
}
protected function get ParameterToken () : char

Field Value

The '@' symbol.

See Also

SqlCeDatabase Class

Microsoft.Practices.EnterpriseLibrary.Data.SqlCe Namespace