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 절입니다.

적용 대상