RecroGrid Framework
C#
Show/Hide TOC
Recro
Grid
Get
Rec(IRGEntity
Key) Method
Loading a complete record based on a key, or creating and initializing a new one.
Definition
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
C#
Copy
public
Object
GetRec
(
IRGEntityKey
entityKey
)
Parameters
entityKey
IRGEntityKey
The key.
Return Value
Object
The complete record.
See Also
Reference
RecroGrid Class
GetRec Overload
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Parameters
Return Value
See Also