Method | Description | |
---|---|---|
OrderByEmail ( this |
||
OrderByUserName ( this |
||
SearchByEmail ( this |
||
SearchByIp ( this |
||
SearchByNameForShow ( this |
||
SearchByUserName ( this |
||
SkipAndTake ( this |
public static OrderByEmail ( this |
||
users | this |
|
isDesc | bool | |
return | IQueryable |
public static OrderByUserName ( this |
||
users | this |
|
isDesc | bool | |
return | IQueryable |
public static SearchByEmail ( this |
||
users | this |
|
string | ||
return | IQueryable |
public static SearchByIp ( this |
||
users | this |
|
ip | string | |
return | IQueryable |
public static SearchByNameForShow ( this |
||
users | this |
|
nameForShow | string | |
return | IQueryable |
public static SearchByUserName ( this |
||
users | this |
|
userName | string | |
return | IQueryable |
public static SkipAndTake ( this |
||
users | this |
|
pageIndex | int | |
pageSize | int | |
return | IQueryable |