Options
All
  • Public
  • Public/Protected
  • All
Menu

数组格式的row 的reader

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ArrayReader(config: IArrayReaderConfig): ArrayReader

Properties

Optional fields

fields: IField[]

字段列表

Optional idField

idField: string

主键字段名

Methods

read

  • read(data: string | IRetVo): { rows: any[]; success: boolean; totalRows: number }
  • Parameters

    Returns { rows: any[]; success: boolean; totalRows: number }

    • rows: any[]
    • success: boolean
    • totalRows: number

readRecords

Generated using TypeDoc