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



Instructs to deny the INTO clause parsing and generation.
Syntax
'Declaration
 
Public Overrides Property DenyIntoClause As System.Boolean
'Usage
 
Dim instance As MSSQLSyntaxProvider
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;
See Also

Reference

MSSQLSyntaxProvider Class
MSSQLSyntaxProvider Members
Base Implementation in DenyIntoClause

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback