Click or drag to resize

SqlFeatureUtilUpgradeSchema Method

Upgrade the schema

Namespace:  SanteDB.OrmLite.Migration
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public static void UpgradeSchema(
	this IDbProvider provider,
	string scopeOfContext
)

Parameters

provider
Type: SanteDB.OrmLite.ProvidersIDbProvider

[Missing <param name="provider"/> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.UpgradeSchema(SanteDB.OrmLite.Providers.IDbProvider,System.String)"]

scopeOfContext
Type: SystemString

[Missing <param name="scopeOfContext"/> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.UpgradeSchema(SanteDB.OrmLite.Providers.IDbProvider,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDbProvider. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also