QueryFragmentsAddFormatted Method |
Adds a formatted string, build from the format string and the arguments specified
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 AddFormatted(
string formatString,
params Object[] args
)
Public Sub AddFormatted (
formatString As String,
ParamArray args As Object()
)
Parameters
- formatString
- Type: SystemString
The format string. - args
- Type: SystemObject
The args.
Return Value
Type:
the string added
See Also