![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public class DatabaseTable |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class DatabaseTable |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToMetaXml |
Returns an XmlDocument describing the metatype of this DatabaseTable.
|
![]() |
ToString |
Returns a string describing this DatabaseTable (Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
Columns |
List of columns of this database table.
|
![]() |
Db |
Returns the Database to which this DatabaseTable belongs.
|
![]() |
DependingViews |
Returns a list of DatabaseTable object of views which depend on this database table.
|
![]() |
DependsOn |
Returns a list of DatabaseTable objects on which this view depends.
|
![]() |
HasIdentityColumn |
Returns true if the table has an identity column.
|
![]() |
IsView |
Returns true if this is a database view.
|
![]() |
Item | Overloaded. |
![]() |
MetaType |
Returns a MetaType describing this database table.
|
![]() |
Name |
Returns the name of the table.
|
![]() |
PrimaryKeyColumns |
List of primary key columns of this database table.
|
Public Events
Name | Description | |
---|---|---|
![]() |
TableChanged |
Event that is raised when a row in this table in the database is changed.
|
See Also
Smartsite.Data Namespace