Click or drag to resize
SqlDialectParameter Method
Returns a parameter with a symbol that represents parameter in DbParameter.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public abstract string Parameter(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter.

Return Value

Type: String
A parameter string with parameter symbol.
See Also