Click or drag to resize

SqlStatementEndsWith Method

True if any of the components in this statement end with partialStatement

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public bool EndsWith(
	string partialStatement,
	StringComparison stringComparison
)

Parameters

partialStatement  String
The partial statement
stringComparison  StringComparison
The comparison mode

Return Value

Boolean
True if any part of this statement ends with
See Also