CastQueryFunction (IQueryColumnExpressionConvertible,DBDataValueType) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > CastQueryFunction - класс > CastQueryFunction : CastQueryFunction (IQueryColumnExpressionConvertible,DBDataValueType) C#
- expression
- The column expression.
- castType
- The target data type.
Glossary Item Box
public CastQueryFunction( IQueryColumnExpressionConvertible expression, DBDataValueType castType )
Параметры
- expression
- The column expression.
- castType
- The target data type.
Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the expression parameter. |