CollectionInitializingExpression Oluşturucu
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.
public CollectionInitializingExpression (int collectionId, System.Linq.Expressions.Expression parent, System.Linq.Expressions.Expression parentIdentifier, System.Linq.Expressions.Expression outerIdentifier, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Type type);
new Microsoft.EntityFrameworkCore.Query.CollectionInitializingExpression : int * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigation * Type -> Microsoft.EntityFrameworkCore.Query.CollectionInitializingExpression
Public Sub New (collectionId As Integer, parent As Expression, parentIdentifier As Expression, outerIdentifier As Expression, navigation As INavigation, type As Type)
Parametreler
- collectionId
- Int32
- parent
- Expression
- parentIdentifier
- Expression
- outerIdentifier
- Expression
- navigation
- INavigation
- type
- Type
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Entity Framework