Click or drag to resize

EntityFieldsCoreTFieldGetAsEntityFieldCoreArray Method

copy the complete list of IEntityField objects to an array of IEntityFieldCore objects. IEntityField objects implement IEntityFieldCore

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public IEntityFieldCore[] GetAsEntityFieldCoreArray()

Return Value

Type: IEntityFieldCore
Array of IEntityFieldCore objects
See Also