Class CountExpression
The expression for counting a documents.
Inheritance
System.Object
CountExpression
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CountExpression : object
Constructors
CountExpression()
Creates a new instance of this class
Declaration
public CountExpression()
Properties
DialogExpression
The expression with already filled values.
Declaration
public DialogExpression DialogExpression { get; set; }
Property Value
Type | Description |
---|---|
DialogExpression |
FieldName
The database name of the dialog field whose groups are to be counted. In case you want only the number of hits matching the dialog expression just leave this field empty.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Limit
Limit the count up to specified value. Used for optimization and currently affecting only general count (when FieldName is not specified)
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |