DB
.
DbRow
:
object
A row in a view
Method
public
DbRow
.
Constructor
(
values
)
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
DB
.
DbFieldValue
DbRow
.
FindField
(
name
)
Returns the field with a matching name
public
DbRow
.
FindValue
(
DB
.
DbField
field
)
Returns the value matching the field
public
DbField
[]
DbRow
.
GetFields
Returns the fields in a row
public
DbFieldValue
[]
DbRow
.
GetFieldValues
Returns the row as an array of FieldValueClass objects
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
[]
DbRow
.
GetValues
Returns the values in a row as an array