SchemaManager.SaveSchema(Guid,UserConnection) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс > SaveSchema - метод : SaveSchema(Guid,UserConnection) - метод C#
- uid
- The unique identifier of the schema to be saved.
- userConnection
- User connection.
Glossary Item Box
public bool SaveSchema( Guid uid, UserConnection userConnection )
Параметры
- uid
- The unique identifier of the schema to be saved.
- userConnection
- User connection.
Тип возвращаемого значения
true
if the schema is successfully saved; otherwise – false
.Method is overloaded. This method calls the overloaded SaveSchema(Guid,Boolean,UserConnection) method, having passed the
false
value as the second parameter.