DbExpressionBuilder.GetEntityRef(DbExpression) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen varlığın başvuruyu yapısal biçimde alan yeni DbEntityRefExpression bir oluşturur.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbEntityRefExpression ^ GetEntityRef(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbEntityRefExpression GetEntityRef (this System.Data.Common.CommandTrees.DbExpression argument);
static member GetEntityRef : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbEntityRefExpression
<Extension()>
Public Function GetEntityRef (argument As DbExpression) As DbEntityRefExpression
Parametreler
- argument
- DbExpression
Varlığı sağlayan ifade. Bu ifade bir varlık sonuç türüne sahip olmalıdır.
Döndürülenler
Belirtilen varlığa başvuru alan yeni bir DbEntityRefExpression.
Özel durumlar
argument null değeridir.
argument varlık sonuç türüne sahip değil.