| RGEntityKey Constructor (String, String, Object, String, Boolean) |
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public RGEntityKey(
string entityTypeName,
string keyName,
Object keyValue,
string foreignKey,
bool temporary = false
)
Parameters
- entityTypeName
- Type: SystemString
Name of the entity type. - keyName
- Type: SystemString
Name of the key. - keyValue
- Type: SystemObject
The key value. - foreignKey
- Type: SystemString
The foreign key. - temporary (Optional)
- Type: SystemBoolean
if set to true [temporary].
See Also