EntityFieldsCoreTFieldGetAsEntityFieldCoreArray Method |
copy the complete list of IEntityField objects to an array of IEntityFieldCore objects. IEntityField objects implement
IEntityFieldCore
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public IEntityFieldCore[] GetAsEntityFieldCoreArray()
Public Function GetAsEntityFieldCoreArray As IEntityFieldCore()
Return Value
Type:
IEntityFieldCoreArray of IEntityFieldCore objects
See Also