| StaticEntityFieldsDataContainer Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The StaticEntityFieldsDataContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| StaticEntityFieldsDataContainer | 
            Initializes a new instance of the StaticEntityFieldsDataContainer class.
              | 
| Name | Description | |
|---|---|---|
| IndicesOfLinkedFieldsPerFieldIndex | 
            Gets the index of the indices of linked fields per field.
              | |
| IsLocalCopy | 
            Gets a value indicating whether this instance is a local copy.
              | |
| LinkedSupertypeFieldIndexOfIndex | 
            Gets the index of the linked supertype field index of.
              | |
| NumberOfFields | 
            Gets the number of fields contained in this object, which is the number of FieldInfos stored in this object.
              | |
| OwnPrimaryKeyFieldIndexes | 
            Gets the own primary key field indexes, so not the inherited indexes as well. 
              | |
| PrimaryKeyFieldIndexes | 
            Gets the primary key field indexes.
              | 
| Name | Description | |
|---|---|---|
| CreateLocalCopy | 
            Creates a copy of this object and sets the IsLocalCopy flag. This allows external code to alter the contents of this object.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Expand | 
            Expands this container, if it's a local copy, with the specified number of extra slots (using append)
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetEntityNamesOfFields | 
            Gets the entity names of fields. This is a copy of the static object inside this container.
              | |
| GetFieldInfo(Int32) | 
            Gets the field info for the slot with the index specified. 
              | |
| GetFieldInfo(String) | 
            Gets the field info for the slot with the field with the name specified. Uses public static lookups for field name.
              | |
| GetFieldNames | 
            Gets the names of all fields in this object.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetLinkedSuperTypeField | 
            Gets the linked super type field.
              | |
| GetOwnPrimaryKeyFieldInfos | 
            Gets the own primary key field infos.
              | |
| GetPresetAlias | 
            Gets the preset alias for the slot with the index specified, or empty string if not set.
              | |
| GetPrimaryKeyfieldInfos | 
            Gets the primary keyfield infos.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetUniqueFieldNames | 
            Gets the unique field names.
              | |
| IndexOf | 
            Returns the index of the field with the name specified.
              | |
| LinkFields | 
            Links the supertype PK fields with the subtype PK fields IF there are PK fields of multiple entities in the set of PK fields.
            Linking is required in target-per-entity entities which have multiple times the same PK field in their field list.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ReplaceFieldInfo | 
            Replaces the field info.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |