ITypedListLgp2GetFieldsInfo 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.7.0.0 (5.7.0)
SyntaxIEntityFields2 GetFieldsInfo()
Function GetFieldsInfo As IEntityFields2
Return Value
Type: 
IEntityFields2Ready to use IEntityFields2 collection object.
See Also