Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

DBUtilities.GetUniqueDBObjectName(String,Guid,String) - метод Смотри также  Terrasoft.Common - пространство имен > DBUtilities - класс > GetUniqueDBObjectName - метод : GetUniqueDBObjectName(String,Guid,String) - метод C#

prefix
Prefix.
id
Identifier.
suffix
Suffix.

Glossary Item Box

Gets generated unique name of a database object that includes prefix, object id, and suffix.

Синтаксис

public static string GetUniqueDBObjectName( 
   string prefix, 
   Guid id, 
   string suffix 
)

Параметры

prefix
Prefix.
id
Identifier.
suffix
Suffix.

Тип возвращаемого значения

The string that represents the unique name of a database object that consists of prefix prefix, identifier id, suffix suffix.

Заметки

Overloaded method.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?