Class FieldValueStatisticsExpression
The expression for field statistics.
Inheritance
System.Object
    FieldValueStatisticsExpression
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Fox]
public class FieldValueStatisticsExpression
  Constructors
FieldValueStatisticsExpression()
Creates a new instance of this class
Declaration
public FieldValueStatisticsExpression()
  Properties
FieldName
The database name of the field.
Declaration
public string FieldName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Limit
Limit the number of hits that are returned.
Declaration
public int Limit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |