Microsoft.SharePoint.BusinessData.Runtime Namespace

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
Public class ComparisonFilter Contains methods, properties, and fields that handle the comparison filter.
Public class FieldValueDictionary This class and its members are reserved for internal use and are not intended to be used in your code.
Public class 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.
Public class LimitFilter Represents a Limit filter in theBusiness Data Connectivity (BDC) service.
Public class PageNumberFilter Contains methods and properties to handle the page number filter.
Public class SystemFilter Provides a base class for all system filters in the Business Data Connectivity (BDC) service.
Public class UserInputFilter Provides a base class for all user input filters that the Business Data Connectivity (BDC) service supports.
Public class 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
Public enumeration ComparisonFilter.Comparator Represents an enumeration that contains the comparison options.