Click or drag to resize
TableManager Properties

The TableManager type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Current connection string for the table management
Public propertyStatic memberDatabaseCulture
Database culture setting from the web.config.
Public propertyStatic memberDatabaseCultureInfo
Database culture info obtained from DatabaseCulture property.
Public propertyDatabaseName
Gets database name.
Public propertyDatabaseServerName
Gets database server name.
Public propertyDatabaseServerVersion
Gets database server version.
Public propertyDatabaseSize
Gets database size(including log size) in MB.
Public propertyDisableDebug
If true, the table manager disables debug for its queries
Protected propertyTableManagerObject
Table manager object
Public propertyUpdateSystemFields
Determines whether system fields should be updated when updating table by schema. By default updates only non-system fields.
Top
See Also