DbCaseExpression.When 属性

定义

获取此 DbCaseExpressionWhen 子句。

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ When { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> When { get; }
member this.When : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression>
Public ReadOnly Property When As IList(Of DbExpression)

属性值

DbCaseExpressionWhen 子句。

适用于