PersistenceInfoProviderBaseGetAllFieldPersistenceInfos Method (String) |
Retrieves for each field of entity / typed view with the name passed in the corresponding IFieldPersistenceInfo instance.
The order of these IFieldPersistenceInfo objects is the same as the corresponding fields in an
entity / typed view with the name objectName.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
string elementName
)
Public Function GetAllFieldPersistenceInfos (
elementName As String
) As IFieldPersistenceInfo()
Parameters
- elementName
- Type: SystemString
Name of the entity / typed view to retrieve the IFieldPersistenceInfo objects for. Example: CustomerEntity
Return Value
Type:
IFieldPersistenceInfoArray of IFieldPersistenceInfo objects
Implements
IPersistenceInfoProviderGetAllFieldPersistenceInfos(String)See Also