QueryFragmentsAddStringFragmentWithoutDelimiter Method |
Adds the string fragment in such a way that no delimiter is emitted before it.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public void AddStringFragmentWithoutDelimiter(
string fragment
)
Public Sub AddStringFragmentWithoutDelimiter (
fragment As String
)
Parameters
- fragment
- Type: SystemString
The fragment.
See Also