Skip to main content
Version: 6.2

ICriteriaNode <T>

Index

Properties

readonlyentityName

entityName: string

optionalindex

index?: number

optionalreadonlykey

key?: string

optionalreadonlyparent

parent?: ICriteriaNode<T>

payload

payload: any

optionalprop

prop?: EntityProperty<any, any>

Methods

getPath

  • getPath(addIndex?: boolean): string
  • Parameters

    • optionaladdIndex: boolean

    Returns string

getPivotPath

  • getPivotPath(path: string): string
  • Parameters

    • path: string

    Returns string

process

renameFieldToPK

shouldInline

  • shouldInline(payload: any): boolean
  • Parameters

    • payload: any

    Returns boolean

shouldRename

  • shouldRename(payload: any): boolean
  • Parameters

    • payload: any

    Returns boolean

willAutoJoin