IPersistenceInfoProviderGetAllFieldPersistenceInfos Method (String) |
Retrieves for each field of the entity instance passed in the corresponding IFieldPersistenceInfo instance.
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 IFieldPersistenceInfo[] GetAllFieldPersistenceInfos(
string entity
)
Function GetAllFieldPersistenceInfos (
entity As String
) As IFieldPersistenceInfo()
Parameters
- entity
- Type: SystemString
Entity instance to return the IFieldPersistenceInfo objects for.
Return Value
Type:
IFieldPersistenceInfoArray of IFieldPersistenceInfo objects
See Also