Active Query Builder 2 .NET Edition reference
SupportDatabases Property (SQL92SyntaxProvider)



Gets or sets the sign of presence of database namespace support for the server.
Syntax
'Declaration
 
Public Property SupportDatabases As System.Boolean
'Usage
 
Dim instance As SQL92SyntaxProvider
Dim value As System.Boolean
 
instance.SupportDatabases = value
 
value = instance.SupportDatabases
public System.bool SupportDatabases {get; set;}
public: __property System.bool get_SupportDatabases();
public: __property void set_SupportDatabases( 
   System.bool value
);
Remarks
Default value is true. This sign will be automatically switched off if no database will be found during the metadata loading process. Switching if off manually will cancel the query to load a list of databases to the Metadata Container.
See Also

Reference

SQL92SyntaxProvider Class
SQL92SyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback