| 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)
Syntaxpublic static List<IEntityPropertyProjector> ConvertToProjectors(
	IEntityFieldsCore toConvert
)
Public Shared Function ConvertToProjectors ( 
	toConvert As IEntityFieldsCore
) As List(Of IEntityPropertyProjector)
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