Click or drag to resize
IEntityFieldsGetAsPersistenceInfoArray Method
Returns the complete list of IEntityField objects as an array of IFieldPersistenceInfo objects. IEntityField objects implement IFieldPersistenceInfo.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
IFieldPersistenceInfo[] GetAsPersistenceInfoArray()

Return Value

Type: IFieldPersistenceInfo
Array of IFieldPersistenceInfo objects
See Also