StaticEntityFieldsDataContainer Constructor |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
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.ORMSupportClasses.IFieldInfo[]
The field infos. - primaryKeyFieldIndexes
- Type: System.Collections.Generic.List<Int32>
The primary key field indexes. - entityNamesOfFields
- Type: System.Collections.Generic.HashSet<String>
The entity names of fields. - presetAliases
- Type:System.String[]
The preset aliases. - entityFieldIndexes
- Type: System.Collections.Generic.Dictionary<String, Int32>
The entity field indexes. - forEntity
- Type: System.String
The name of the entity this object contains the field data for.
See Also