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.4.0.0 (5.4.0)
Syntax public FullProjectionPlaceHolder Source(
string source
)
Public Function Source (
source As String
) As FullProjectionPlaceHolder
Parameters
- source
- Type: SystemString
The source.
Return Value
Type:
FullProjectionPlaceHolderSee Also