IAnnotationCodeGenerator.GenerateFluentApi 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GenerateFluentApi(IProperty, IAnnotation, String)
주의
Use GenerateFluentApi(IProperty, IAnnotation) instead.
지정된 프로그래밍 언어로 지정된 IAnnotation 에 대한 흐름 API 호출을 생성합니다.
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (property As IProperty, annotation As IAnnotation, language As String) As String
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
- language
- String
사용할 프로그래밍 언어입니다. 예를 들어 CSharp입니다.
반환
생성된 코드입니다.
- 특성
적용 대상
GenerateFluentApi(IModel, IAnnotation, String)
주의
Use GenerateFluentApi(IModel, IAnnotation) instead.
지정된 프로그래밍 언어로 지정된 IAnnotation 에 대한 흐름 API 호출을 생성합니다.
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IModel, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IModel, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (model As IModel, annotation As IAnnotation, language As String) As String
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
- language
- String
사용할 프로그래밍 언어입니다. 예를 들어 CSharp입니다.
반환
생성된 코드입니다.
- 특성
적용 대상
GenerateFluentApi(IKey, IAnnotation, String)
주의
Use GenerateFluentApi(IKey, IAnnotation) instead.
지정된 프로그래밍 언어로 지정된 IAnnotation 에 대한 흐름 API 호출을 생성합니다.
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IKey, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IKey, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (key As IKey, annotation As IAnnotation, language As String) As String
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
- language
- String
사용할 프로그래밍 언어입니다. 예를 들어 CSharp입니다.
반환
생성된 코드입니다.
- 특성
적용 대상
GenerateFluentApi(IIndex, IAnnotation, String)
주의
Use GenerateFluentApi(IIndex, IAnnotation) instead.
지정된 프로그래밍 언어로 지정된 IAnnotation 에 대한 흐름 API 호출을 생성합니다.
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IIndex, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IIndex, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (index As IIndex, annotation As IAnnotation, language As String) As String
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
- language
- String
사용할 프로그래밍 언어입니다. 예를 들어 CSharp입니다.
반환
생성된 코드입니다.
- 특성
적용 대상
GenerateFluentApi(IEntityType, IAnnotation, String)
주의
Use GenerateFluentApi(IEntityType, IAnnotation) instead.
지정된 프로그래밍 언어로 지정된 IAnnotation 에 대한 흐름 API 호출을 생성합니다.
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IEntityType, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IEntityType, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation, language As String) As String
매개 변수
- entityType
- IEntityType
IEntityType 코드를 생성할 입니다.
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
- language
- String
사용할 프로그래밍 언어입니다. 예를 들어 CSharp입니다.
반환
생성된 코드입니다.
- 특성
적용 대상
GenerateFluentApi(IForeignKey, IAnnotation, String)
주의
Use GenerateFluentApi(IForeignKey, IAnnotation) instead.
지정된 프로그래밍 언어로 지정된 IAnnotation 에 대한 흐름 API 호출을 생성합니다.
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IForeignKey, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IForeignKey, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation, language As String) As String
매개 변수
- foreignKey
- IForeignKey
IForeignKey 코드를 생성할 입니다.
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
- language
- String
사용할 프로그래밍 언어입니다. 예를 들어 CSharp입니다.
반환
생성된 코드입니다.
- 특성
적용 대상
GenerateFluentApi(IModel, IAnnotation)
지정된 IAnnotation에 대한 흐름 API 호출을 생성합니다.
public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (model As IModel, annotation As IAnnotation) As MethodCallCodeFragment
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
반환
생성된 코드입니다.
적용 대상
GenerateFluentApi(IKey, IAnnotation)
지정된 IAnnotation에 대한 흐름 API 호출을 생성합니다.
public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (key As IKey, annotation As IAnnotation) As MethodCallCodeFragment
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
반환
생성된 코드입니다.
적용 대상
GenerateFluentApi(IIndex, IAnnotation)
지정된 IAnnotation에 대한 흐름 API 호출을 생성합니다.
public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (index As IIndex, annotation As IAnnotation) As MethodCallCodeFragment
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
반환
생성된 코드입니다.
적용 대상
GenerateFluentApi(IForeignKey, IAnnotation)
지정된 IAnnotation에 대한 흐름 API 호출을 생성합니다.
public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation) As MethodCallCodeFragment
매개 변수
- foreignKey
- IForeignKey
IForeignKey 코드를 생성할 입니다.
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
반환
생성된 코드입니다.
적용 대상
GenerateFluentApi(IEntityType, IAnnotation)
지정된 IAnnotation에 대한 흐름 API 호출을 생성합니다.
public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation) As MethodCallCodeFragment
매개 변수
- entityType
- IEntityType
IEntityType 코드를 생성할 입니다.
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
반환
생성된 코드입니다.
적용 대상
GenerateFluentApi(IProperty, IAnnotation)
지정된 IAnnotation에 대한 흐름 API 호출을 생성합니다.
public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (property As IProperty, annotation As IAnnotation) As MethodCallCodeFragment
매개 변수
- annotation
- IAnnotation
IAnnotation 코드를 생성할 입니다.
반환
생성된 코드입니다.
적용 대상
Entity Framework