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.6.0.0 (5.6.19.0117)
Syntax IEntityFields2 GetFieldsInfo()
Function GetFieldsInfo As IEntityFields2
Return Value
Type:
IEntityFields2Ready to use IEntityFields2 collection object.
See Also