General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
.NET Framework 4.5.2+
.NET Framework 4.5.2+
.NET Standard 2.0+
.NET Core 3.0+
IObjectSpace.CreateDataView Method
Name | Parameters | Description |
---|---|---|
CreateDataView(Type, IList<DataViewExpression>, 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). |
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. |
Feedback