-
Notifications
You must be signed in to change notification settings - Fork 0
Count methods
Simon Mourier edited this page Feb 19, 2020
·
1 revision
Count methods are very similar to Load Methods, but instead of returning entities, they return an integer, result of the count operation.
More information such as available operators, examples or advanced methods, can be found in the Architect Guide, and more especially in the Methods chapter, in the Count article.
The general syntax is:
count([argumentType1] argument1, [argumentType2] argument2, ... , [argumentTypeN] argumentN) [From <source>] [<where> | [raw]
-
<source> can be an Entity or a View name
-
<where> is a where clause
see load methods for a description of raw, arguments, source, and where clause.
- Introduction
- Architect Guide
- Concepts
- Using Visual Studio
- Overview
- Creating a CodeModeler Project
- Visual Environment
- Project Hierarchy
- Design Surface
- Customizing Design Surfaces
- Ribbon Bar
- Property Grid
- Member Format Expressions
- Model Grid
- Method Editor
- View Editor
- Instance Editor and Grid
- Resources Editor
- Inferred Model Viewer
- Building
- Project Physical Layout
- Source Control Support
- Generating
- Aspect Oriented Design (AOD)
- Developer Guide
- The Business Object Model (BOM)
- CodeModeler Query Language (CMQL)
- Starting Guide - Tutorial
- Upgrade From CFE