다음을 통해 공유


CSharpSnapshotGenerator.GenerateComplexProperty 메서드

정의

에 대한 코드를 생성합니다 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)

매개 변수

builderName
String

작성기 변수의 이름입니다.

complexProperty
IComplexProperty

엔터티 형식입니다.

stringBuilder
IndentedStringBuilder

작성기 코드가 에 추가됩니다.

적용 대상