Click or drag to resize

RGEntityKey Constructor (String, String, Object, String, Boolean)

Initializes a new instance of the RGEntityKeyA class.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
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