Skip to content

VirtualTable class

Represents a virtual table. Virtual tables do not correpond to some table in database but are defined through some SQL SELECT statement instead.

public class Korzh.EasyQuery.Db.VirtualTable
: Table, IComparable<Table>
TypeNameDescription
StringExprGets or sets the expression.
TypeNameDescription
StringGetFromExpr(DbQueryFormats formats)Gets the full name of the table which is used in FROM clause.
StringGetSqlExpr(DbQueryFormats formats)Gets the SQL expression that represents the table in WHERE clause.
StringGetSqlName(DbQueryFormats formats)Gets the name that represents the table in SQL expressions.
StringGetTableClass()Gets the table class (DB or virtual).
voidProcessAttribute(XmlReader reader)Processes one attribute during XML reading.
voidSaveAttributes(XmlWriter writer)Saves table properties to System.Xml.XmlWriter.
StringToString()Returns a System.String that represents the current System.Object.