Udostępnij za pośrednictwem


CSharpSnapshotGenerator.GenerateComplexProperty Metoda

Definicja

Generuje kod dla elementu IComplexProperty.

protected virtual void GenerateComplexProperty (string builderName, Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateComplexProperty : string * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateComplexProperty : string * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateComplexProperty (builderName As String, complexProperty As IComplexProperty, stringBuilder As IndentedStringBuilder)

Parametry

builderName
String

Nazwa zmiennej konstruktora.

complexProperty
IComplexProperty

Typ jednostki.

stringBuilder
IndentedStringBuilder

Kod konstruktora jest dodawany do elementu .

Dotyczy