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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.