Skip to content

DbTableInfo class

Represents a structure that contains information about some database table

public class Korzh.EasyQuery.Db.DbTableInfo

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

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.
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.
NameTypeDescription
ToString()stringReturns a that represents the current .