 | DatabaseAccessorTGetRow(Int32) Method |
Gets the row with a specific primary key from a table
Namespace: LynceeTec.EucalyptusAssembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntaxpublic T GetRow(
int rowId
)
public:
T GetRow(
int rowId
)
Parameters
- rowId Int32
- The primary key value
Return Value
TThe row
See Also