Skip to content

DbTableInfo class

Represents a structure that contains information about some database table

public class Korzh.EasyQuery.Db.DbTableInfo

Properties

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.

Methods

TypeNameDescription
StringToString()Returns a that represents the current .