次の方法で共有


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 句。

適用対象