Microsoft.Office.BusinessData.Runtime Namespace
The Microsoft.Office.BusinessData.Runtime namespace contains types that handle the run-time operations for the Microsoft Business Connectivity Services (BCS) client runtime.
Classes
Class | Description | |
---|---|---|
ComparisonFilter | A user input filter that is used on a call to an external system to only get the entity instances whose fields pass a comparison test. | |
FieldValueDictionary | This class and its members are reserved for internal use and are not intended to be used in your code. | |
FilterBase | A storage mechanism that holds values for type descriptors that are associated with filter descriptors. Serves as a base class for other types of filters. | |
LimitFilter | Represents a Limit filter in theBusiness Data Connectivity (BDC) service. | |
PageNumberFilter | A user input filter that enables pagination to be provided by the external system. | |
SystemFilter | Provides a base class for all system filters in the Business Data Connectivity (BDC) service. This class and its members are reserved for internal use and are not intended to be used in your code.. | |
UserInputFilter | Provides a base class for all user input filters in the Business Data Connectivity (BDC) service. | |
WildcardFilter | This filter limits the external data items returned to those whose value is a match to a string that contains a wildcard character, such as an asterisk (*). |
Enumerations
Enumeration | Description | |
---|---|---|
ComparisonFilter.Comparator | Represents an enumeration that contains the comparison options. |