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

Initializes a new instance of the RGEntityKeyA class.

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public RGEntityKey(
	string entityTypeName,
	string keyName,
	Object keyValue,
	string foreignKey,
	bool temporary = false
)

Parameters

entityTypeName  String
Name of the entity type.
keyName  String
Name of the key.
keyValue  Object
The key value.
foreignKey  String
The foreign key.
temporary  Boolean  (Optional)
if set to true [temporary].

See Also