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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.