The IViewSchema type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetData |
Gets the data contained within the schema object.
(Inherited from ITabularObject.) |
![]() | GetViewData |
Gets the data contained within the table.
|
![]() | Refresh |
Allows the object to be refreshed.
(Inherited from ISchemaObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Columns |
Provides information about the view columns.
|
![]() | Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from ISchemaObject.) |
![]() | DataObjects |
Provides information about the schema objects columns.
(Inherited from ITabularObject.) |
![]() | DateCreated |
Returns the date this table was created.
(Inherited from ISchemaObject.) |
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) |
![]() | DefaultExtendedProperties | (Inherited from ISchemaObject.) |
![]() | Description |
The description of the object.
(Inherited from ISchemaObject.) |
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from ISchemaObject.) |
![]() | FullName |
Returns the owner and name of the table.
(Inherited from ISchemaObject.) |
![]() | IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from ISchemaObject.) |
![]() | Item |
Index to allow easy access to the columns in this schema object.
(Inherited from ITabularObject.) |
![]() | Owner |
Returns the owner of the table.
(Inherited from ISchemaObjectWithOwner.) |
![]() | SortName |
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from ISchemaObject.) |
![]() | ViewText |
Gets the view text for this view.
|