Click or drag to resize
DerivedTableDefinitionGetEntityFieldCore Method (Int32)
Returns the IEntityFieldCore part of the field at position index

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEntityFieldCore GetEntityFieldCore(
	int index
)

Parameters

index
Type: SystemInt32
index of field to return the IEntityFieldCore portion of

Return Value

Type: IEntityFieldCore
the IEntityFieldCore part of the field at position index

Implements

IDerivedTableDefinitionGetEntityFieldCore(Int32)
See Also