Click or drag to resize

QueryPredicateToString Method (QueryPredicatePart)

Represent the predicate as a string

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public string ToString(
	QueryPredicatePart parts
)

Parameters

parts
Type: SanteDB.DisconnectedClient.SQLite.QueryQueryPredicatePart

[Missing <param name="parts"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryPredicate.ToString(SanteDB.DisconnectedClient.SQLite.Query.QueryPredicatePart)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.QueryPredicate.ToString(SanteDB.DisconnectedClient.SQLite.Query.QueryPredicatePart)"]

See Also