Represents a structure that contains information about some database table
public class Korzh.EasyQuery.Db.DbTableInfo
Properties
Type |
Name |
Description |
String |
DBName |
Gets or sets the name of the database which this table belongs to. |
Boolean |
IsView |
Gets or sets if the current table is a View. |
String |
Name |
Gets or sets the name of table. |
String |
SchemaName |
Gets or sets the name of the dabase schema which table belongs to. |
Methods
Type |
Name |
Description |
String |
ToString() |
Returns a that represents the current . |