Skip to content

DbTableInfo class

Represents a structure that contains information about some database table

public class Korzh.EasyQuery.Db.DbTableInfo
TypeNameDescription
StringDBNameGets or sets the name of the database which this table belongs to.
BooleanIsViewGets or sets if the current table is a View.
StringNameGets or sets the name of table.
StringSchemaNameGets or sets the name of the dabase schema which table belongs to.
TypeNameDescription
StringToString()Returns a that represents the current .