| FullProjectionPlaceHolderSource Method  | 
 
            Sets the source to target and which projection to copy at the position of this placeholder.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic FullProjectionPlaceHolder Source(
	string source
)
Public Function Source ( 
	source As String
) As FullProjectionPlaceHolder
Parameters
- source
 - Type: SystemString
The source. 
Return Value
Type: 
FullProjectionPlaceHolder
See Also