Click or drag to resize

SqlFeatureUtilUpgradeSchema(IDbProvider, String, ActionString, Single, String) Method

Upgrade the schema

Namespace: SanteDB.OrmLite.Migration
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public static void UpgradeSchema(
	this IDbProvider provider,
	string scopeOfContext,
	Action<string, float, string> progressMonitor
)

Parameters

provider  IDbProvider

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

scopeOfContext  String

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

progressMonitor  ActionString, Single, String

[Missing <param name="progressMonitor"/> documentation for "M:SanteDB.OrmLite.Migration.SqlFeatureUtil.UpgradeSchema(SanteDB.OrmLite.Providers.IDbProvider,System.String,System.Action{System.String,System.Single,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