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

Func.Cast(String,DBDataValueType) - метод Смотри также  Terrasoft.Core.DB - пространство имен > Func - класс > Cast - метод : Cast(String,DBDataValueType) - метод C#

sourceColumnAlias
The alias of the column.
dataValueType
The target data type.

Glossary Item Box

Gets the function of casting the value of column with the specified alias to the specified data type.

Синтаксис

public static CastQueryFunction Cast( 
   string sourceColumnAlias, 
   DBDataValueType dataValueType 
)

Параметры

sourceColumnAlias
The alias of the column.
dataValueType
The target data type.

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

Function of casting values of the column with the sourceColumnAlias alias to the dataValueType data type.

Смотри также

© Terrasoft 2002-2017.

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

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