Active Query Builder 2 .NET Edition reference
DenyIntoClause Property (MSAccessSyntaxProvider)



Instructs to deny the INTO clause parsing and generation.
Syntax
'Declaration
 
Public Overrides Property DenyIntoClause As System.Boolean
'Usage
 
Dim instance As MSAccessSyntaxProvider
Dim value As System.Boolean
 
instance.DenyIntoClause = value
 
value = instance.DenyIntoClause
public override System.bool DenyIntoClause {get; set;}
public: __property System.bool get_DenyIntoClause() override;
public: __property void set_DenyIntoClause( 
   System.bool value
) override;

Property Value

false to allow INTO clause; true to deny it.
See Also

Reference

MSAccessSyntaxProvider Class
MSAccessSyntaxProvider Members
Base Implementation in DenyIntoClause

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback