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

Namespace: LiteRepository.SqlServer
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public override 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