Creates a SELECT statement for this object with no WHERE clause
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);
ObjectInfo Class | Shunde.Framework Namespace