Overload List

  NameDescription
UpdateDBSchema(DataContext)
UpdateDBSchema compares a Linq-to-SQL data context meta model with the underlying database and adjusts the db schema to match the data context model.
UpdateDBSchema(DataContext, IDbConnection)
UpdateDBSchema compares a data context meta model with a database and adjusts the db schema to match the data context model.
UpdateDBSchema(DataContext, IDbConnection, Boolean)
UpdateDBSchema compares a data context meta model with a database and adjusts the db schema to match the data context model.

See Also