SqlModelBuilder Members

Include Protected Members
Include Inherited Members

Represents a SQL-specific model builder.

The SqlModelBuilder type exposes the following members.

Methods

  Name Description
Public method Add Adds custom data to the schema manager. (Overrides ModelBuilder.Add(CustomSchemaData).)
Public method AddObjects Adds objects to the schema manager. (Overrides ModelBuilder.AddObjects(String, TextReader, IDictionary<String, String>).)
Public method BeginBatchUpdate Begins batch update. (Overrides ModelBuilder.BeginBatchUpdate().)
Public method Delete Deletes custom data. (Overrides ModelBuilder.Delete(CustomSchemaData).)
Public method DeleteObjects Deletes objects from the schema manager that were added with the cacheIdentifier. (Overrides ModelBuilder.DeleteObjects(String).)
Public method EndBatchUpdate Ends the batch update. (Overrides ModelBuilder.EndBatchUpdate().)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OptimizeForInsert Optimizes for insert. (Overrides ModelBuilder.OptimizeForInsert().)
Public method OptimizeForQuery Optimizes for query. (Overrides ModelBuilder.OptimizeForQuery().)
Public method SetOptions Sets various options into the model at either the Instance or Catalog scope. (Overrides ModelBuilder.SetOptions(ModelOptions, ModelOptionsScope).)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method UpdateObjects Updates the objects that was previously added with the cacheIdentifier. (Overrides ModelBuilder.UpdateObjects(String, TextReader, IDictionary<String, String>).)

Top

Properties

  Name Description
Public property DataSchemaModel Gets the data schema model.
Public property IsOptimizedForInsert Gets whether the model builder is optimized for insert.
Public property IsOptimizedForQuery Gets whether the model builder is optimized for query.

Top

See Also

Reference

SqlModelBuilder Class

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace