Click or drag to resize
TypedListBase<T>.GetDbCount Method (Boolean)
Gets the number of rows in the database for this typed list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public int GetDbCount(
	bool allowDuplicates
)

Parameters

allowDuplicates
Type: System.Boolean
Flag to allow duplicate rows (true) or not (false)

Return Value

Type: Int32
the number of rows in the set defined by the passed in query elements

Implements

ITypedListLgp.GetDbCount(Boolean)
See Also