QueryableFilterUserControl.ApplyEqualityFilter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transformed IQueryable object from the source IQueryable object.
public:
static System::Linq::IQueryable ^ ApplyEqualityFilter(System::Linq::IQueryable ^ source, System::String ^ propertyName, System::Object ^ value);
public static System.Linq.IQueryable ApplyEqualityFilter (System.Linq.IQueryable source, string propertyName, object value);
static member ApplyEqualityFilter : System.Linq.IQueryable * string * obj -> System.Linq.IQueryable
Public Shared Function ApplyEqualityFilter (source As IQueryable, propertyName As String, value As Object) As IQueryable
Parameters
- source
- IQueryable
The source IQueryable object.
- propertyName
- String
The name of the property.
- value
- Object
The value for the propertyName
parameter.
Returns
The transformed IQueryable object from the source IQueryable object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.