Provides information about a database table.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class TableSchema : TabularObjectBase, 
	ITableSchema, ITabularObject, ISchemaObjectWithOwner, ISchemaObject, INamedObject
Visual Basic
<SerializableAttribute>
Public Class TableSchema
	Inherits TabularObjectBase
	Implements ITableSchema, ITabularObject, ISchemaObjectWithOwner, ISchemaObject, 
	INamedObject

Inheritance Hierarchy

System..::..Object
  NamedObjectBase
    SchemaExplorer..::..SchemaObjectBase
      SchemaExplorer..::..SchemaObjectWithOwnerBase
        SchemaExplorer..::..TabularObjectBase
          SchemaExplorer..::..TableSchema

See Also