|
|
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 properties.
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.
|
See Also
Smartsite.Data Namespace