CSharpSnapshotGenerator.GenerateEntityTypes 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.
Aşırı Yüklemeler
| GenerateEntityTypes(String, IReadOnlyList<IEntityType>, IndentedStringBuilder) |
Nesneler için kod üretir IEntityType . |
| GenerateEntityTypes(String, IReadOnlyList<IEntityType>, IndentedStringBuilder) |
Nesneler için kod üretir IEntityType . |
| GenerateEntityTypes(String, IEnumerable<IEntityType>, IndentedStringBuilder) |
Nesneler için kod üretir IEntityType . |
GenerateEntityTypes(String, IReadOnlyList<IEntityType>, IndentedStringBuilder)
Nesneler için kod üretir IEntityType .
protected virtual void GenerateEntityTypes (string builderName, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> entityTypes, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateEntityTypes : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateEntityTypes : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateEntityTypes (builderName As String, entityTypes As IReadOnlyList(Of IEntityType), stringBuilder As IndentedStringBuilder)
Parametreler
- builderName
- String
Oluşturucu değişkeninin adı.
- entityTypes
- IReadOnlyList<IEntityType>
Varlık türleri.
- stringBuilder
- IndentedStringBuilder
Oluşturucu kodu öğesine eklenir.
Şunlara uygulanır
GenerateEntityTypes(String, IReadOnlyList<IEntityType>, IndentedStringBuilder)
Nesneler için kod üretir IEntityType .
protected virtual void GenerateEntityTypes (string builderName, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> entityTypes, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateEntityTypes : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateEntityTypes : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IEntityType> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateEntityTypes (builderName As String, entityTypes As IReadOnlyList(Of IEntityType), stringBuilder As IndentedStringBuilder)
Parametreler
- builderName
- String
Oluşturucu değişkeninin adı.
- entityTypes
- IReadOnlyList<IEntityType>
Varlık türleri.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Oluşturucu kodu öğesine eklenir.
Şunlara uygulanır
GenerateEntityTypes(String, IEnumerable<IEntityType>, IndentedStringBuilder)
Nesneler için kod üretir IEntityType .
protected virtual void GenerateEntityTypes (string modelBuilderName, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> entityTypes, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateEntityTypes : string * seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateEntityTypes : string * seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateEntityTypes (modelBuilderName As String, entityTypes As IEnumerable(Of IEntityType), stringBuilder As IndentedStringBuilder)
Parametreler
- modelBuilderName
- String
Oluşturucu değişkeninin adı.
- entityTypes
- IEnumerable<IEntityType>
Varlık türleri.
- stringBuilder
- IndentedStringBuilder
Oluşturucu kodu öğesine eklenir.