Class SqlSchema
Represents an SQL schema.
public abstract class SqlSchema : SqlObject, ISqlSchema, ISqlObject
  - Inheritance
 - 
      
      
      SqlSchema
 
- Implements
 
- Derived
 
- Inherited Members
 
Constructors
SqlSchema(SqlDatabase, SqlSchemaBuilder, SqlObjectCollection)
Creates a new SqlSchema instance.
protected SqlSchema(SqlDatabase database, SqlSchemaBuilder builder, SqlObjectCollection objects)
  Parameters
databaseSqlDatabaseDatabase that this schema belongs to.
builderSqlSchemaBuilderSource builder.
objectsSqlObjectCollectionCollection of objects that belong to this schema.
Properties
Objects
Collection of objects that belong to this schema.
public SqlObjectCollection Objects { get; }