←Select platform

ConnectionString Property

Summary

The connection string to use when connecting to the database.

Syntax
C#
C++/CLI
Java
Python
public string ConnectionString { get; set; } 
public:  
   property String^ ConnectionString 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getConnectionString(); 
public void setConnectionString( 
   java.lang.String 
); 
ConnectionString # get and set (SqlServerFullTextSearchManager) 

Property Value

SQL Server connection string. Default value is null.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.