QuerySpecToString Method (Int32) |
Returns a
String that represents this instance.
Namespace: SD.LLBLGen.Pro.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public string ToString(
int startIndent
)
Public Function ToString (
startIndent As Integer
) As String
Parameters
- startIndent
- Type: SystemInt32
The start indent.
Return Value
Type:
String
A
String that represents this instance.
See Also