Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.SharePoint.BusinessData.Runtime namespace creates or augments types that can be reflected against by using a Microsoft .NET Framework type reflector.
Classes
Class | Description | |
---|---|---|
![]() |
ComparisonFilter | Contains methods, properties, and fields that handle the comparison filter. |
![]() |
FieldValueDictionary | This class and its members are reserved for internal use and are not intended to be used in your code. |
![]() |
FilterBase | Represents the class that data filters are based on. Inherit from this class to make a new filter, or reference this class when performing operations on filters in general. A FilterBase object filters external system data according to specified criteria. |
![]() |
LimitFilter | Represents a Limit filter in theBusiness Data Connectivity (BDC) service. |
![]() |
PageNumberFilter | Contains methods and properties to handle the page number filter. |
![]() |
SystemFilter | Provides a base class for all system filters in the Business Data Connectivity (BDC) service. |
![]() |
UserInputFilter | Provides a base class for all user input filters that the Business Data Connectivity (BDC) service supports. |
![]() |
WildcardFilter | Represents a filter that limits the instances returned to those such as a field named value, where value may contain the asterisk (*) wildcard character. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
ComparisonFilter.Comparator | Represents an enumeration that contains the comparison options. |