Click or drag to resize
SqlDialectHasParameters Method
Checks the string whether it has parameters.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public abstract bool HasParameters(
	string value
)

Parameters

value
Type: SystemString
Source string to check.

Return Value

Type: Boolean
true if string has parameter; otherwise, false.
See Also