KREDOR Business Object Framework Documentation

OrderBy.ToString Method 

Returns the SQL string representation of this OrderBy expression. For example: "[LastName] DESC"

public override string ToString();

Return Value

A String representing an SQL Order By expression.

See Also

OrderBy Class | Kredor.BO Namespace