ToggleOverload List

Type NameDescription
Public methodAddIncludeType(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 methodAddIncludeType(Int32, Nullable<(Of <(Int64>)>), Nullable<(Of <(Boolean>)>), FilteredPropertyType) Obsolete.
Creates a FilterElement object and adds properties identified by type to be included during an object retrieval or object refresh.
Public methodAddIncludeType(Int32, Nullable<(Of <(Int64>)>), Nullable<(Of <(Boolean>)>), FilteredPropertyType, Nullable<(Of <(Int32>)>))
Creates a FilterElement object and adds properties identified by type to be included during an object retrieval or object refresh.

ToggleSee Also