| IFieldInfoProvider Interface | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
 Syntax
SyntaxThe IFieldInfoProvider type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetEntityFields(IInheritanceInfoProvider, String) | 
            Fills the entity fields object for the adapter entity with the name specified.
             | 
|  | GetEntityFields(IInheritanceInfoProvider, IPersistenceInfoProvider, String) | 
            Fills the entity fields object for the adapter entity with the name specified.
             | 
|  | GetEntityFieldsArray(String) | 
            Gets the entity fields array.
             | 
|  | GetEntityFieldsArray(String, IPersistenceInfoProvider) | 
            Gets the entity fields array.
             | 
|  | GetFieldIndexes | 
            Gets the field indexes object for the element passed in. This is an object which is used by EntityFields(2) objects to quickly find a field
            based on the field name.
             | 
|  | GetFieldInfo(Enum) | 
            Gets the field info for the field specified with the field index.
             | 
|  | GetFieldInfo(String, Int32) | 
            Gets the field info for the field passed in for the element passed in
             | 
|  | GetFieldInfo(String, String) | 
            Gets the field info for the field passed in for the element passed in
             | 
|  | GetFieldInfos | 
            Gets the field infos for the element passed in.
             | 
 See Also
See Also