Click or drag to resize
EntityFieldsCoreTFieldConvertToProjectors Method
Converts the fields in the instance passed in to a new list of IEntityPropertyProjector instances which is ready to be used in a projection

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 static List<IEntityPropertyProjector> ConvertToProjectors(
	IEntityFieldsCore toConvert
)

Parameters

toConvert
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore
To convert.

Return Value

Type: ListIEntityPropertyProjector
new list of IEntityPropertyProjector instances which is ready to be used in a projection
See Also