Click or drag to resize
StaticEntityFieldsDataContainer Constructor
Initializes a new instance of the StaticEntityFieldsDataContainer class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public StaticEntityFieldsDataContainer(
	IFieldInfo[] fieldInfos,
	List<int> primaryKeyFieldIndexes,
	HashSet<string> entityNamesOfFields,
	string[] presetAliases,
	Dictionary<string, int> entityFieldIndexes,
	string forEntity
)

Parameters

fieldInfos
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldInfo
The field infos.
primaryKeyFieldIndexes
Type: System.Collections.GenericListInt32
The primary key field indexes.
entityNamesOfFields
Type: System.Collections.GenericHashSetString
The entity names of fields.
presetAliases
Type: SystemString
The preset aliases.
entityFieldIndexes
Type: System.Collections.GenericDictionaryString, Int32
The entity field indexes.
forEntity
Type: SystemString
The name of the entity this object contains the field data for.
See Also