Click or drag to resize
QuerySpecToString Method (Int32)
Returns a String that represents this instance.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string ToString(
	int startIndent
)

Parameters

startIndent
Type: SystemInt32
The start indent.

Return Value

Type: String
A String that represents this instance.
See Also