Click or drag to resize

DataContextCount Method (SqlStatement)

Represents the count function

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public int Count(
	SqlStatement querySpec
)

Parameters

querySpec
Type: SanteDB.OrmLiteSqlStatement

[Missing <param name="querySpec"/> documentation for "M:SanteDB.OrmLite.DataContext.Count(SanteDB.OrmLite.SqlStatement)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SanteDB.OrmLite.DataContext.Count(SanteDB.OrmLite.SqlStatement)"]

See Also