SchemaManager.GetSchemaSources(Guid,Guid,UserConnection,String) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс : GetSchemaSources(Guid,Guid,UserConnection,String) - метод C#
- schemaUId
- Identifier of the schema whose source code to get.
- schemaId
- The identifier of the record in the SysSchema table.
- userConnection
- User connection.
- errorMessage
- The error message when getting the source code of the schema.
Glossary Item Box
public EntityCollection GetSchemaSources( Guid schemaUId, Guid schemaId, UserConnection userConnection, out string errorMessage )
Параметры
- schemaUId
- Identifier of the schema whose source code to get.
- schemaId
- The identifier of the record in the SysSchema table.
- userConnection
- User connection.
- errorMessage
- The error message when getting the source code of the schema.
Тип возвращаемого значения
Collection of entities with the source code of the schema with the schemaUId identifier. If an error occurred while getting the source code,null
will be returned, and errorMessage parameter will return an error message.