Skip to main content
.NET 6.0+

BaseObjectSpace.CreateDataView Method

Name Parameters Description
CreateDataView(Type, IList<DataViewExpression>, CriteriaOperator, IList<SortProperty>) objectType, expressions, criteria, sorting Returns a list of data records retrieved from the database without loading complete business classes (a data view).
CreateDataView(Type, String, CriteriaOperator, IList<SortProperty>) objectType, expressions, criteria, sorting Returns a list of data records retrieved from a database without loading complete business classes (a data view). Values in each data record can be obtained from specific business class properties directly, or be evaluated by the database server using complex expressions.