Click or drag to resize

ITypedView Interface

Interface for TypedView classes. Selfservicing specific.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public interface ITypedView

The ITypedView type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the amount of rows in this typed view.
Top
Methods
  NameDescription
Public methodFill
Fills itself with data. it builds a dynamic query and loads itself with that query. Will use no sort filter, no select filter, will allow duplicate rows and will not limit the amount of rows returned
Public methodFill(Int64, ISortExpression)
Fills itself with data. it builds a dynamic query and loads itself with that query. Will not use a filter, will allow duplicate rows.
Public methodFill(Int64, ISortExpression, Boolean)
Fills itself with data. it builds a dynamic query and loads itself with that query. Will not use a filter.
Public methodFill(Int64, ISortExpression, Boolean, IPredicate)
Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
Public methodFill(Int64, ISortExpression, Boolean, IPredicate, ITransaction)
Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
Public methodFill(Int64, ISortExpression, Boolean, IPredicate, ITransaction, IGroupByCollection)
Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
Public methodFill(Int64, ISortExpression, Boolean, IPredicate, ITransaction, IGroupByCollection, Int32, Int32)
Fills itself with data. it builds a dynamic query and loads itself with that query, using the specified filter
Public methodGetDbCount
Gets the amount of rows in the database for this typed view, not skipping duplicates
Public methodGetDbCount(Boolean)
Gets the amount of rows in the database for this typed view.
Public methodGetDbCount(Boolean, IPredicateExpression)
Gets the amount of rows in the database for this typed view.
Public methodGetDbCount(Boolean, IPredicateExpression, GroupByCollection)
Gets the amount of rows in the database for this typed view.
Public methodGetFields
Gets the fields of this typed view
Top
See Also