NET Caching Library Help
TableCreationSql Property (BaseDatabaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseDatabaseCacheProvider Class : TableCreationSql Property
The SQL to create the caching table
Syntax
'Declaration
 
Protected MustOverride ReadOnly Property TableCreationSql As System.String
'Usage
 
Dim instance As BaseDatabaseCacheProvider
Dim value As System.String
 
value = instance.TableCreationSql
protected abstract System.string TableCreationSql {get;}
protected: __property abstract System.string* get_TableCreationSql();
protected:
abstract property System.String^ TableCreationSql {
   System.String^ get();
}
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