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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax IEntityFields2 GetFieldsInfo()
Function GetFieldsInfo As IEntityFields2
Return Value
Type:
IEntityFields2Ready to use IEntityFields2 collection object.
See Also