Db > Db Assembly Interfaces > IDatabaseViews
IDatabaseViews
Description
The IDatabaseViews interface contains properties and methods of a collection of views stored on DB server.
Properties
|
Property name |
Brief description |
 |
Text |
The property is not supported. |
 |
ViewName |
The ViewName property returns physical name of view in the database. |
|
Property name |
Brief description |
 |
TableName |
The TableName property returns a physical name of the table in a database. |
Properties Inherited From IDalCursor
|
Property name |
Brief description |
 |
Command |
The Command property returns an object used to work with database using the SQL queries. |
 |
Fields |
The Fields property returns a collection of fields of the cursor that was received after executing SQL query. |
Methods Inherited From IDalCursor
|
Method name |
Brief description |
 |
Close |
The Close method closes a cursor. |
 |
Eof |
The Eof method returns whether the current record is the last in the table that became a result of command execution on the database server. |
 |
Next |
The Next method implements transition to the next record in the table that became a result of command execution on the database server. |
See also:
Db Assembly Interfaces