IAnnotationCodeGenerator.GenerateFluentApi Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GenerateFluentApi(IProperty, IAnnotation, String) |
Obsoleti.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato. |
GenerateFluentApi(IModel, IAnnotation, String) |
Obsoleti.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato. |
GenerateFluentApi(IKey, IAnnotation, String) |
Obsoleti.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato. |
GenerateFluentApi(IIndex, IAnnotation, String) |
Obsoleti.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato. |
GenerateFluentApi(IEntityType, IAnnotation, String) |
Obsoleti.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato. |
GenerateFluentApi(IForeignKey, IAnnotation, String) |
Obsoleti.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato. |
GenerateFluentApi(IModel, IAnnotation) |
Genera chiamate API Fluent per l'oggetto specificato IAnnotation. |
GenerateFluentApi(IKey, IAnnotation) |
Genera chiamate API Fluent per l'oggetto specificato IAnnotation. |
GenerateFluentApi(IIndex, IAnnotation) |
Genera chiamate API Fluent per l'oggetto specificato IAnnotation. |
GenerateFluentApi(IForeignKey, IAnnotation) |
Genera chiamate API Fluent per l'oggetto specificato IAnnotation. |
GenerateFluentApi(IEntityType, IAnnotation) |
Genera chiamate API Fluent per l'oggetto specificato IAnnotation. |
GenerateFluentApi(IProperty, IAnnotation) |
Genera chiamate API Fluent per l'oggetto specificato IAnnotation. |
GenerateFluentApi(IProperty, IAnnotation, String)
Attenzione
Use GenerateFluentApi(IProperty, IAnnotation) instead.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
- language
- String
Linguaggio di programmazione da usare. Ad esempio, CSharp.
Restituisce
Codice generato.
- Attributi
Si applica a
GenerateFluentApi(IModel, IAnnotation, String)
Attenzione
Use GenerateFluentApi(IModel, IAnnotation) instead.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
- language
- String
Linguaggio di programmazione da usare. Ad esempio, CSharp.
Restituisce
Codice generato.
- Attributi
Si applica a
GenerateFluentApi(IKey, IAnnotation, String)
Attenzione
Use GenerateFluentApi(IKey, IAnnotation) instead.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
- language
- String
Linguaggio di programmazione da usare. Ad esempio, CSharp.
Restituisce
Codice generato.
- Attributi
Si applica a
GenerateFluentApi(IIndex, IAnnotation, String)
Attenzione
Use GenerateFluentApi(IIndex, IAnnotation) instead.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
- language
- String
Linguaggio di programmazione da usare. Ad esempio, CSharp.
Restituisce
Codice generato.
- Attributi
Si applica a
GenerateFluentApi(IEntityType, IAnnotation, String)
Attenzione
Use GenerateFluentApi(IEntityType, IAnnotation) instead.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato.
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
Parametri
- entityType
- IEntityType
Oggetto IEntityType per il quale deve essere generato il codice.
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
- language
- String
Linguaggio di programmazione da usare. Ad esempio, CSharp.
Restituisce
Codice generato.
- Attributi
Si applica a
GenerateFluentApi(IForeignKey, IAnnotation, String)
Attenzione
Use GenerateFluentApi(IForeignKey, IAnnotation) instead.
Genera chiamate API Fluent per l'oggetto specificato IAnnotation nel linguaggio di programmazione specificato.
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
Parametri
- foreignKey
- IForeignKey
Oggetto IForeignKey per il quale deve essere generato il codice.
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
- language
- String
Linguaggio di programmazione da usare. Ad esempio, CSharp.
Restituisce
Codice generato.
- Attributi
Si applica a
GenerateFluentApi(IModel, IAnnotation)
Genera chiamate API Fluent per l'oggetto specificato IAnnotation.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
Restituisce
Codice generato.
Si applica a
GenerateFluentApi(IKey, IAnnotation)
Genera chiamate API Fluent per l'oggetto specificato IAnnotation.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
Restituisce
Codice generato.
Si applica a
GenerateFluentApi(IIndex, IAnnotation)
Genera chiamate API Fluent per l'oggetto specificato IAnnotation.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
Restituisce
Codice generato.
Si applica a
GenerateFluentApi(IForeignKey, IAnnotation)
Genera chiamate API Fluent per l'oggetto specificato IAnnotation.
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
Parametri
- foreignKey
- IForeignKey
Oggetto IForeignKey per il quale deve essere generato il codice.
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
Restituisce
Codice generato.
Si applica a
GenerateFluentApi(IEntityType, IAnnotation)
Genera chiamate API Fluent per l'oggetto specificato IAnnotation.
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
Parametri
- entityType
- IEntityType
Oggetto IEntityType per il quale deve essere generato il codice.
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
Restituisce
Codice generato.
Si applica a
GenerateFluentApi(IProperty, IAnnotation)
Genera chiamate API Fluent per l'oggetto specificato IAnnotation.
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
Parametri
- annotation
- IAnnotation
Oggetto IAnnotation per il quale deve essere generato il codice.
Restituisce
Codice generato.