The IXSimplefilter type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | ReadXml |
Deserialize object from an xml stream
(Inherited from XmlSerializable.) |
![]() | WriteXml |
Serialize object in an xml stream
(Inherited from XmlSerializable.) |
Properties
Name | Description | |
---|---|---|
![]() | Limit |
Limit sets the number of items returned in the object list
(Inherited from IXFilter.) |
![]() | Query |
Query allows some kind of simple filtering syntax
|
![]() | Select |
In some cases, the columns subset that should be returned
(Inherited from IXFilter.) |
![]() | SortDirection |
The list sorting direction
(Inherited from IXFilter.) |
![]() | SortFields |
The fields used as list sorting criteria
(Inherited from IXFilter.) |
![]() | Start |
Start sets the row index where the object list will start
(Inherited from IXFilter.) |
See Also