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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET