RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.Views Field

This metadata collection represents views in a database.

Pascal
const Views: string = "Views";
C++
string Views = "Views";

This metadata collection represents views in a database.  

The columns are:

Column Name 
Data Type 
Description 
CatalogName  
String  
The catalog name.  
SchemaName  
String  
The schema name.  
ViewName  
String  
The view name.  
Definition  
String  
The SQL that was used to create the view.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!