Version

FilterContext Class Members

The following tables list the members exposed by FilterContext.

Public Properties
 NameDescription
Public PropertyCaseSensitiveGets if the filters being built will be case sensitive or not.  
Public PropertyFieldDataTypeThe System.Type of the field being filtered on.  
Protected Properties
 NameDescription
Protected PropertyCachedTypedInfoThe CachedTypedInfo for the opeartion  
Protected PropertyFromDateColumnGets if the filter being build is for the Date Column. If so then we will use some ranging logic when building filters since the Date column does not support time.  
Public Methods
 NameDescription
Public MethodCreateExpressionOverloaded. Creates a new System.Linq.Expressions.Expression  
Public Methodstatic (Shared in Visual Basic)CreateGenericFilterCreates a FilterContext instanced typed to the object type of the data being processed.  
See Also