Click or drag to resize
ITypedView2GetFieldsInfo Method
Gets the IEntityFields2 collection of fields of this typed view. Use this method in combination with the FetchTypedView() methods in DataAccessAdapter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IEntityFields2 GetFieldsInfo()

Return Value

Type: IEntityFields2
Ready to use IEntityFields2 collection object.
See Also