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



Instructs the component to try to retrieve database schema information from the INFORMATION_SCHEMA system objects.
Syntax
'Declaration
 
Public Property UseInformationSchema As System.Boolean
'Usage
 
Dim instance As SQL92SyntaxProvider
Dim value As System.Boolean
 
instance.UseInformationSchema = value
 
value = instance.UseInformationSchema
public System.bool UseInformationSchema {get; set;}
public: __property System.bool get_UseInformationSchema();
public: __property void set_UseInformationSchema( 
   System.bool value
);

Property Value

true to use INFORMATION_SCHEMA, false to bypass querying INFORMATION_SCHEMA objects.
Remarks
In case of failure, the component will try to retrieve this information using Metadata Provider methods to query the underlying data access components.
See Also

Reference

SQL92SyntaxProvider Class
SQL92SyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback