| SqlServerDialectHasParameters Method |
Checks the string whether it has parameters.
Namespace: LiteRepository.SqlServerAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic override bool HasParameters(
string value
)
Parameters
- value
- Type: SystemString
Source string to check.
Return Value
Type:
Booleantrue if string has parameter; otherwise, false.
See Also