Click or drag to resize

ActParticipationPersistenceServiceAppendOrderByStatement Method

Order by statement

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
protected override SqlStatement AppendOrderByStatement(
	SqlStatement domainQuery,
	ModelSort<ActParticipation>[] orderBy
)

Parameters

domainQuery
Type: SanteDB.DisconnectedClient.SQLite.QuerySqlStatement

[Missing <param name="domainQuery"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActParticipationPersistenceService.AppendOrderByStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Model.Acts.ActParticipation}[])"]

orderBy
Type: SanteDB.Core.Model.QueryModelSortActParticipation

[Missing <param name="orderBy"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActParticipationPersistenceService.AppendOrderByStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Model.Acts.ActParticipation}[])"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.ActParticipationPersistenceService.AppendOrderByStatement(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Model.Acts.ActParticipation}[])"]

See Also