DbUpdateCommandTree.Returning Özellik

Tanım

Döndürülen satırları temel alarak döndürülecek sonuçların projeksiyonunu belirten bir DbExpression alır.

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Returning { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Returning { get; }
member this.Returning : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Returning As DbExpression

Özellik Değeri

DbExpression Değiştirilen satırlara göre döndürülecek sonuçların projeksiyonunu belirten bir. null , bu komuttan hiçbir sonuç döndürülmemesi gerektiğini gösterir.

Açıklamalar

Döndürülen projeksiyon yalnızca şu öğeleri içerir: DbNewInstanceExpression; DbPropertyExpression.

Şunlara uygulanır