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<ReportRow> GetListingExtensionDetails( int? eventId, int? listingId, int pageIndex, int pageSize, string sortColumn, bool sortDescending )
Parameters
- eventId
- Type: SystemNullableInt32
- listingId
- Type: SystemNullableInt32
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
- sortColumn
- Type: SystemString
- sortDescending
- Type: SystemBoolean
Return Value
Type: PageReportRowSee Also