| 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
)
<ExtensionAttribute>
Public Shared Sub UpgradeSchema (
provider As IDbProvider,
scopeOfContext As String
)
public:
[ExtensionAttribute]
static void UpgradeSchema(
IDbProvider^ provider,
String^ scopeOfContext
)
[<ExtensionAttribute>]
static member UpgradeSchema :
provider : IDbProvider *
scopeOfContext : string -> unit
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