Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public string AddFormatted(
	string formatString,
	params Object[] args
)

Parameters

formatString
Type: SystemString
The format string.
args
Type: SystemObject
The args.

Return Value

Type: String
the string added
See Also