EntitySchemaQuery.CreateCaseNotNullQueryFunctionWhenItem - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс : CreateCaseNotNullQueryFunctionWhenItem - метод C#
- whenColumnPath
- Path to the column that contains the expression of the
WHEN
clause.
- thenParameterValue
- Path to the column that contains the expression of the
THEN
clause.
Glossary Item Box
WHEN <Expression_1> IS NOT NULL THEN <Expression_2>
.
public EntitySchemaCaseNotNullQueryFunctionWhenItem CreateCaseNotNullQueryFunctionWhenItem( string whenColumnPath, object thenParameterValue )
Параметры
- whenColumnPath
- Path to the column that contains the expression of the
WHEN
clause. - thenParameterValue
- Path to the column that contains the expression of the
THEN
clause.