| SqlFeatureGetDeploySql Method |
Get the deployment sql
Namespace:
SanteDB.OrmLite.Migration
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public string GetDeploySql()
Public Function GetDeploySql As String
public:
virtual String^ GetDeploySql() sealed
abstract GetDeploySql : unit -> string
override GetDeploySql : unit -> string
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.OrmLite.Migration.SqlFeature.GetDeploySql"]
Implements
IDataFeatureGetDeploySqlSee Also