DbTableInfo class
DbTableInfo class
Section titled “DbTableInfo class”Represents a structure that contains information about some database table
public class Korzh.EasyQuery.Db.DbTableInfo
Properties
Section titled “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
Section titled “Methods”Type | Name | Description |
---|---|---|
String | ToString() | Returns a |