Click or drag to resize
IFdoFilterExpression Interface
Interface providing feature filter expression capabilities.

Namespace: FDF.Common.Features.Filters
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoFilterExpression : IFdfQueryable, 
	IFdfLocalizable, IEquatable<IFdoFilterExpression>, ICloneable, IFdfEditable

The IFdoFilterExpression type exposes the following members.

Properties
  NameDescription
Public propertyBinaryLogicalOperation
Gets or sets binary logical operation applied to an aggregate filter.
Top
Methods
  NameDescription
Public methodToString
Returns filter expression string for specified output format.
Top
Remarks