Compartilhar via


PCTableConstraintCell::findByColumnAndRow Method

Finds a table cell by its column and row.

Syntax

client server public static PCTableConstraintCell findByColumnAndRow(
    PCTableConstraintColumnDefinitionRecId _columnId, 
    PCTableConstraintRowRecId _rowId, 
   [boolean _selectForUpdate])

Run On

Called

Parameters

  • _selectForUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: PCTableConstraintCell Table
A table constraint cell.

See Also

Reference

PCTableConstraintCell Table