共用方式為


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

適用於