IFieldInfoProvider Interface |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IFieldInfoProvider type exposes the following members.
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.
|