Aracılığıyla paylaş


DbUpdateCommandTree.Returning Özellik

Tanım

Değiştirilen satırlara göre 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

Geri dönen projeksiyon yalnızca şu öğeleri içerir: DbNewInstanceExpression; DbPropertyExpression.

Şunlara uygulanır