Click or drag to resize
FdoLayerFilterExpression Methods

The FdoLayerFilterExpression type exposes the following members.

Methods
  NameDescription
Public methodClone (Overrides FdoFilterExpressionT, VClone.)
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Overrides FdoFilterExpressionT, VEquals(IFdoFilterExpression).)
Public methodGetProperties
Returns properties associated with the object instance during run-time.
(Overrides FdoFilterExpressionT, VGetProperties(FdfSetting).)
Public methodGetTypeName
Returns String representation of the underlying type.
(Overrides FdoFilterExpressionT, VGetTypeName.)
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
(Overrides FdoFilterExpressionT, VIsValid(FdfResultCollection, IFdfQueryable).)
Public methodToString
Returns filter expression string for specified output format.
(Overrides FdoFilterExpressionT, VToString(FdoFilterFormat).)
Top
See Also