private void CheckSchemaVersion(SqlConnection connection) { string[] features = new string[] { "Role Manager" }; string version = "1"; SecUtility.CheckSchemaVersion(this, connection, features, version, ref this._SchemaVersionCheck); }
private void CheckSchemaVersion(SqlConnection connection) { string[] features = { "Health Monitoring" }; string version = "1"; SecUtility.CheckSchemaVersion(this, connection, features, version, ref _SchemaVersionCheck); }
private void CheckSchemaVersion(SqlConnection connection) { string[] features = { "Personalization" }; string version = "1"; SecUtility.CheckSchemaVersion(this, connection, features, version, ref _SchemaVersionCheck); }