NET Caching Library Help
ConnectionString Property (BaseDatabaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseDatabaseCacheProvider Class : ConnectionString Property
The connection string for the database provider
Syntax
'Declaration
 
Protected Property ConnectionString As System.String
'Usage
 
Dim instance As BaseDatabaseCacheProvider
Dim value As System.String
 
instance.ConnectionString = value
 
value = instance.ConnectionString
protected System.string ConnectionString {get; set;}
protected: __property System.string* get_ConnectionString();
protected: __property void set_ConnectionString( 
   System.string* value
);
protected:
property System.String^ ConnectionString {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseCacheProvider Class
BaseDatabaseCacheProvider Members