Skip to main content

dbtableinfo-class

Represents a structure that contains information about some database table

public class Korzh.EasyQuery.Db.DbTableInfo

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
DbTableInfo()voidInitializes a new instance of the DbTableInfo class.
DbTableInfo(string tableName)voidInitializes a new instance of the DbTableInfo class.
DbTableInfo(string dbName, string schemaName, string tableName)voidInitializes a new instance of the DbTableInfo class.
DbTableInfo(string dbName, string schemaName, string tableName, bool isView)voidInitializes a new instance of the DbTableInfo class.

Properties

NameTypeDescription
DBNamestringGets or sets the name of the database which this table belongs to.
IsViewboolGets or sets if the current table is a View.
NamestringGets or sets the name of table.
SchemaNamestringGets or sets the name of the dabase schema which table belongs to.

Methods

NameTypeDescription
ToString()stringReturns a that represents the current .