getIdForRecord abstract method

  1. @protected
KType getIdForRecord(
  1. RType record
)

Returns the key that will be used to key the results

Implementation

@protected
KType getIdForRecord(RType record);