Shunde.NET Framework Class Library

ObjectInfo.GetSelectStatement Method

Creates a SELECT statement for this object with no WHERE clause

Overload List

Creates a SELECT statement for this object with no WHERE clause

public string GetSelectStatement();

Creates a SELECT statement for this object with no WHERE clause selecting the TOP numberToGet records, or unlimited if -1

public string GetSelectStatement(Int32);

See Also

ObjectInfo Class | Shunde.Framework Namespace