Click or drag to resize

RGEntityKey Constructor (String, IEnumerableKeyValuePairString, 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,
	IEnumerable<KeyValuePair<string, Object>> entityKeyValues,
	string foreignKey,
	bool temporary = false
)

Parameters

entityTypeName
Type: SystemString
Name of the entity type.
entityKeyValues
Type: System.Collections.GenericIEnumerableKeyValuePairString, Object
The entity key values.
foreignKey
Type: SystemString
The foreign key.
temporary (Optional)
Type: SystemBoolean
if set to true [temporary].
See Also