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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.