DbExpressionBuilder.Property Yöntem

Tanım

Belirtilen özelliğin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

Aşırı Yüklemeler

Property(DbExpression, EdmProperty)

Belirtilen özelliğin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

Property(DbExpression, NavigationProperty)

Belirtilen gezinti özelliğinin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

Property(DbExpression, RelationshipEndMember)

Belirtilen ilişki son üyesinin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

Property(DbExpression, String)

Verilen örnekten belirtilen ada sahip örnek özelliğinin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

Property(DbExpression, EdmProperty)

Belirtilen özelliğin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbPropertyExpression ^ Property(System::Data::Common::CommandTrees::DbExpression ^ instance, System::Data::Metadata::Edm::EdmProperty ^ propertyMetadata);
public static System.Data.Common.CommandTrees.DbPropertyExpression Property (this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.EdmProperty propertyMetadata);
static member Property : System.Data.Common.CommandTrees.DbExpression * System.Data.Metadata.Edm.EdmProperty -> System.Data.Common.CommandTrees.DbPropertyExpression
<Extension()>
Public Function Property (instance As DbExpression, propertyMetadata As EdmProperty) As DbPropertyExpression

Parametreler

instance
DbExpression

Özelliğinin alındığı örnek. Özellik statikse null olabilir.

propertyMetadata
EdmProperty

Alınacak özelliğin meta verileri.

Döndürülenler

Özellik alma işlemini temsil eden yeni bir DbPropertyExpression.

Özel durumlar

propertyMetadata null veya instance null ve özelliği statik değil.

Şunlara uygulanır

Property(DbExpression, NavigationProperty)

Belirtilen gezinti özelliğinin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbPropertyExpression ^ Property(System::Data::Common::CommandTrees::DbExpression ^ instance, System::Data::Metadata::Edm::NavigationProperty ^ navigationProperty);
public static System.Data.Common.CommandTrees.DbPropertyExpression Property (this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.NavigationProperty navigationProperty);
static member Property : System.Data.Common.CommandTrees.DbExpression * System.Data.Metadata.Edm.NavigationProperty -> System.Data.Common.CommandTrees.DbPropertyExpression
<Extension()>
Public Function Property (instance As DbExpression, navigationProperty As NavigationProperty) As DbPropertyExpression

Parametreler

instance
DbExpression

Gezinti özelliğinin alındığı örnek.

navigationProperty
NavigationProperty

Alınacak gezinti özelliğinin meta verileri.

Döndürülenler

Gezinti özelliği alma işlemini temsil eden yeni bir DbPropertyExpression.

Özel durumlar

navigationProperty veya instance null.

Şunlara uygulanır

Property(DbExpression, RelationshipEndMember)

Belirtilen ilişki son üyesinin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbPropertyExpression ^ Property(System::Data::Common::CommandTrees::DbExpression ^ instance, System::Data::Metadata::Edm::RelationshipEndMember ^ relationshipEnd);
public static System.Data.Common.CommandTrees.DbPropertyExpression Property (this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.RelationshipEndMember relationshipEnd);
static member Property : System.Data.Common.CommandTrees.DbExpression * System.Data.Metadata.Edm.RelationshipEndMember -> System.Data.Common.CommandTrees.DbPropertyExpression
<Extension()>
Public Function Property (instance As DbExpression, relationshipEnd As RelationshipEndMember) As DbPropertyExpression

Parametreler

instance
DbExpression

İlişkinin son üyesinin alındığı örnek.

relationshipEnd
RelationshipEndMember

Alınacak ilişki son üyesinin meta verileri.

Döndürülenler

İlişkinin son üye alımını temsil eden yeni bir DbPropertyExpression.

Özel durumlar

relationshipEnd null veya instance null ve özelliği statik değil.

Şunlara uygulanır

Property(DbExpression, String)

Verilen örnekten belirtilen ada sahip örnek özelliğinin alınmasını temsil eden yeni DbPropertyExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbPropertyExpression ^ Property(System::Data::Common::CommandTrees::DbExpression ^ instance, System::String ^ propertyName);
public static System.Data.Common.CommandTrees.DbPropertyExpression Property (this System.Data.Common.CommandTrees.DbExpression instance, string propertyName);
static member Property : System.Data.Common.CommandTrees.DbExpression * string -> System.Data.Common.CommandTrees.DbPropertyExpression
<Extension()>
Public Function Property (instance As DbExpression, propertyName As String) As DbPropertyExpression

Parametreler

instance
DbExpression

Özelliğinin alındığı örnek.

propertyName
String

Alınacak özelliğin adı.

Döndürülenler

Özellik alma işlemini temsil eden yeni bir DbPropertyExpression.

Özel durumlar

propertyName null veya instance null ve özelliği statik değil.

Belirtilen ada sahip hiçbir özellik türü instancetarafından bildirilmez.

Şunlara uygulanır