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

EntitySchemaQueryExpressionCollection.GetUniqueQueryColumnAlias(String,String,Int32) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchemaQueryExpressionCollection - класс > GetUniqueQueryColumnAlias - метод : GetUniqueQueryColumnAlias(String,String,Int32) - метод C#

joinPath
Path to the column for which the unique alias is returned.
alias
The alias of the column for which the unique alias is returned.
aliasMaxLength
Maximum length of the returned unique alias.

Glossary Item Box

Gets the unique alias with the specified maximum length limit for the column with the specified alias in a specified path.

Синтаксис

public string GetUniqueQueryColumnAlias( 
   string joinPath, 
   string alias, 
   int aliasMaxLength 
)

Параметры

joinPath
Path to the column for which the unique alias is returned.
alias
The alias of the column for which the unique alias is returned.
aliasMaxLength
Maximum length of the returned unique alias.

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

Unique alias with the aliasMaxLength maximum length for the query column with the alias alias in the joinPath path.

Смотри также

© Terrasoft 2002-2017.

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

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