Click or drag to resize
TableManager Properties

The TableManager type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Connection string to use for table management
(Inherited from AbstractTableManager.)
Public propertyDatabaseCulture
Database culture setting from the web.config.
(Inherited from AbstractTableManager.)
Public propertyDatabaseName
Database name.
(Inherited from AbstractTableManager.)
Public propertyDatabaseServerName
Name of database server.
(Inherited from AbstractTableManager.)
Public propertyDatabaseServerVersion
Version of database server.
(Inherited from AbstractTableManager.)
Public propertyDatabaseSize
Database size(including log size) in MB.
(Inherited from AbstractTableManager.)
Public propertyDatabaseVersion
Database version
(Inherited from AbstractTableManager.)
Public propertyDisableDebug
If true, the debug is disabled in this table manager
(Inherited from AbstractTableManager.)
Top
See Also