IDerivedTableDefinitionGetFieldsAsArray Method |
Gets the fields as an IEntityFieldCore array.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax IEntityFieldCore[] GetFieldsAsArray()
Function GetFieldsAsArray As IEntityFieldCore()
Return Value
Type:
IEntityFieldCoreIEntityFieldCore array with all the fields of the derived table
See Also