Creates a FromTerm which represents a database table or view.
Creates a FromTerm which represents a database table or view.
public static FromTerm Table(string);
Creates a FromTerm which represents a database table or view.
public static FromTerm Table(string,string);
Creates a FromTerm which represents a database table or view.
public static FromTerm Table(string,string,string);
Creates a FromTerm which represents a database table or view.
public static FromTerm Table(string,string,string,string);
FromTerm Class | Reeb.SqlOM Namespace