| StaticEntityFieldsDataContainer Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic StaticEntityFieldsDataContainer(
	IFieldInfo[] fieldInfos,
	List<int> primaryKeyFieldIndexes,
	HashSet<string> entityNamesOfFields,
	string[] presetAliases,
	Dictionary<string, int> entityFieldIndexes,
	string forEntity
)
Public Sub New ( 
	fieldInfos As IFieldInfo(),
	primaryKeyFieldIndexes As List(Of Integer),
	entityNamesOfFields As HashSet(Of String),
	presetAliases As String(),
	entityFieldIndexes As Dictionary(Of String, Integer),
	forEntity As String
)
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