Sets a boolean value that indicates whether long connection parameter names are used in the connection string.
      Visual Basic syntax
         
         
            Public Sub 
            SetUseLongNameAsKeyword
            (ByVal useLongNameAsKeyword As Boolean)
            
         
      
      C# syntax
         
         
            public void 
            SetUseLongNameAsKeyword
            (bool useLongNameAsKeyword)
         
      
      Parameters
         
         
            - 
               useLongNameAsKeyword – 
               A boolean value that indicates whether the long connection parameter name is used in the connection string.
            
 
         
       
      Usage
         
         Long connection parameter names are used by default.