C# Class Affecto.IdentityManagement.Store.EntityFramework.Queries.UsersByCustomPropertyQuery

Show file Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Public Methods

Method Description
Execute ( string customPropertyName, string customPropertyValue ) : IQueryable
UsersByCustomPropertyQuery ( IQueryable users ) : System.Linq

Method Details

Execute() public method

public Execute ( string customPropertyName, string customPropertyValue ) : IQueryable
customPropertyName string
customPropertyValue string
return IQueryable

UsersByCustomPropertyQuery() public method

public UsersByCustomPropertyQuery ( IQueryable users ) : System.Linq
users IQueryable
return System.Linq