Click or drag to resize

DatabaseAccessorTGetRow(Int32) Method

Gets the row with a specific primary key from a table

Namespace: LynceeTec.Eucalyptus
Assembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntax
public T GetRow(
	int rowId
)

Parameters

rowId  Int32
The primary key value

Return Value

T
The row
See Also