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.6.0.0 (5.6.19.0117)
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