Table Class

Class representing the schema information for a given Table.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServerCe.Management.Scripting.Schema.Table

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Class Table
'Usage
Dim instance As Table
public class Table
public ref class Table
type Table =  class end
public class Table

The Table type exposes the following members.

Properties

  Name Description
Public property Columns Gets a list of columns participating in the given table.
Public property Constraints Gets a list of primary-key, foreign-key, and unique constraints.
Public property HasIdentityColumn Gets or sets whether the table has an identity column.
Public property Name Gets the table name.
Public property PrimaryKey Gets the primary key.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace