![]() |
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 MetaDatabase |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class MetaDatabase |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
MetaDatabase |
Constructs a new MetaDatabse, based on the give database.
|
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Flush |
Flushes the meta information. This method should only be used in our test environment and not in production code
because it may all sorts of side effects.
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
Relations |
Gets the MetaRelations object for the current database.
|
![]() |
StoredProcedures |
Returns a dictionary of all stored procedures in the current database
|
![]() |
Tables |
Returns a dictionary of all the tables in the current database.
|
See Also
Smartsite.Data Namespace