NET Caching Library Help
TableCreationSql Property (SqliteCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > SqliteCacheProvider Class : TableCreationSql Property
The SQL to create the caching table
Syntax
'Declaration
 
Protected Overrides ReadOnly Property TableCreationSql As System.String
'Usage
 
Dim instance As SqliteCacheProvider
Dim value As System.String
 
value = instance.TableCreationSql
protected override System.string TableCreationSql {get;}
protected: __property System.string* get_TableCreationSql() override;
protected:
property System.String^ TableCreationSql {
   System.String^ get() override;
}

Property Value

The table creation SQL.
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

SqliteCacheProvider Class
SqliteCacheProvider Members