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