| SqlServerDialectParameter Method |
Returns a parameter with a symbol that represents parameter in
DbParameter.
Namespace: LiteRepository.SqlServerAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic override string Parameter(
string name
)
Parameters
- name
- Type: SystemString
The name of the parameter.
Return Value
Type:
StringA parameter string with parameter symbol.
See Also