共用方式為


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

適用於