Sql.Net Class Library Documentation

FromTerm.Table Method

Creates a FromTerm which represents a database table or view.

Overload List

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);

See Also

FromTerm Class | Reeb.SqlOM Namespace