Click or drag to resize
IDaoGetMultiAsDataTable Method
Overload List
  NameDescription
Public methodGetMultiAsDataTable(ISortExpression, IPredicate, IRelationCollection)
Retrieves entities of the type this dao is for in a datatable which match the specified filter. It will always create a new connection to the database.
Public methodGetMultiAsDataTable(IEntityFields, DataTable, IRetrievalQuery, ITransaction)
Retrieves the results of the query specified into the tableToFill.
Public methodGetMultiAsDataTable(Int64, ISortExpression, IPredicate, IRelationCollection, Int32, Int32)
Retrieves entities of the type this dao is for in a datatable which match the specified filter. It will always create a new connection to the database.
Public methodGetMultiAsDataTable(Int64, ISortExpression, IPredicate, IRelationCollection, ITransaction, Int32, Int32)
Retrieves entities of the type this dao is for in a datatable which match the specified filter. It will always create a new connection to the database.
Public methodGetMultiAsDataTable(IEntityFields, DataTable, ISortExpression, IPredicate, IRelationCollection, Boolean, ITransaction)
Retrieves rows in the datatable provided which match the specified filter, containing the fields specified. It will always create a new connection to the database.
Public methodGetMultiAsDataTable(IEntityFields, DataTable, Int64, ISortExpression, IPredicate, IRelationCollection, Boolean, IGroupByCollection, ITransaction, Int32, Int32)
Retrieves rows in the datatable provided which match the specified filter, containing the fields specified. It will always create a new connection to the database.
Top
See Also