Microsoft.SqlServerCe.Management.Scripting.Schema Namespace

This namespace contains classes that are used by the schema to compare and re-create databases.

Classes

  Class Description
Public class Column Represents the schema information for a given column.
Public class Constraint Class representing the information for a given constraint.
Public class Database Class representing the schema information for a given Database.
Public class FKConstraint Class representing the information for a given foreign-key constraint.
Public class Index Class representing the schema information for a given Index.
Public class IndexColumn Class representing the schema information for a given Index Column.
Public class PKConstraint Class representing the information for a given primary-key constraint.
Public class Table Class representing the schema information for a given Table.
Public class UQConstraint Represents the information for a given unique-key constraint.

Enumerations

  Enumeration Description
Public enumeration ConstraintType Specifies the type of constraint.