다음을 통해 공유


DbCaseExpression.Then 속성

정의

DbCaseExpressionThen 절을 가져옵니다.

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

속성 값

DbCaseExpressionThen 절입니다.

적용 대상