Adds properties identified by type in a FilterElement object to be included during an object retrieval or object refresh. The property type can be specified in the FilterElement object by a single FilteredPropertyType constant or a space-separated list of type specifiers.

Overload List

  Name Description
Public method AddIncludeType (FilterElement) Adds properties identified by type in a FilterElement object to be included during an object retrieval or object refresh. The property type can be specified in the FilterElement object by a single FilteredPropertyType constant or a space-separated list of type specifiers.
Public method AddIncludeType (Int32, Nullable<long>, Nullable<bool>, FilteredPropertyType) Obsolete. Creates a FilterElement object and adds properties identified by type to be included during an object retrieval or object refresh.
Public method AddIncludeType (Int32, Nullable<long>, Nullable<bool>, FilteredPropertyType, Nullable<int>) Creates a FilterElement object and adds properties identified by type to be included during an object retrieval or object refresh.

See Also