Namespace:
RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Syntax
C#
Page<Consignor> SearchConsignors( string actingUserName, string sellerUserName, string searchType, string searchTerm, string status, string sortColumn, bool sortDescending, int pageIndex, int pageSize )
Parameters
- actingUserName
- Type: SystemString
- sellerUserName
- Type: SystemString
- searchType
- Type: SystemString
- searchTerm
- Type: SystemString
- status
- Type: SystemString
- sortColumn
- Type: SystemString
- sortDescending
- Type: SystemBoolean
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
Return Value
Type: PageConsignorSee Also