RelationalAnnotationProvider.For Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
For(IRelationalModel, Boolean) |
Obtém anotações específicas do provedor para o determinado IRelationalModel. |
For(ISequence, Boolean) |
Obtém anotações específicas do provedor para o determinado ISequence. |
For(ISqlQuery, Boolean) |
Obtém anotações específicas do provedor para o determinado ISqlQuery. |
For(ISqlQueryColumn, Boolean) |
Obtém anotações específicas do provedor para o determinado ISqlQueryColumn. |
For(IStoreFunction, Boolean) |
Obtém anotações específicas do provedor para o determinado IStoreFunction. |
For(IStoreFunctionParameter, Boolean) |
Obtém anotações específicas do provedor para o determinado IStoreFunctionParameter. |
For(IStoreStoredProcedure, Boolean) |
Obtém anotações específicas do provedor para o determinado IStoreStoredProcedure. |
For(IStoreStoredProcedureParameter, Boolean) |
Obtém anotações específicas do provedor para o determinado IStoreStoredProcedureParameter. |
For(IStoreStoredProcedureResultColumn, Boolean) |
Obtém anotações específicas do provedor para o determinado IStoreStoredProcedureResultColumn. |
For(ITable, Boolean) |
Obtém anotações específicas do provedor para o determinado ITable. |
For(ITableIndex, Boolean) |
Obtém anotações específicas do provedor para o determinado ITableIndex. |
For(ITrigger, Boolean) |
Obtém anotações específicas do provedor para o determinado ITrigger. |
For(IUniqueConstraint, Boolean) |
Obtém anotações específicas do provedor para o determinado IUniqueConstraint. |
For(IFunctionColumn, Boolean) |
Obtém anotações específicas do provedor para o determinado IFunctionColumn. |
For(IForeignKeyConstraint, Boolean) |
Obtém anotações específicas do provedor para o determinado IForeignKeyConstraint. |
For(IColumn, Boolean) |
Obtém anotações específicas do provedor para o determinado IColumn. |
For(ICheckConstraint, Boolean) |
Obtém anotações específicas do provedor para o determinado ICheckConstraint. |
For(ICheckConstraint) |
Obtém anotações específicas do provedor para o determinado ICheckConstraint. |
For(IColumn) |
Obtém anotações específicas do provedor para o determinado IColumn. |
For(IForeignKeyConstraint) |
Obtém anotações específicas do provedor para o determinado IForeignKeyConstraint. |
For(IFunctionColumn) |
Obtém anotações específicas do provedor para o determinado IFunctionColumn. |
For(IRelationalModel) |
Obtém anotações específicas do provedor para o determinado IRelationalModel. |
For(ISequence) |
Obtém anotações específicas do provedor para o determinado ISequence. |
For(IView, Boolean) |
Obtém anotações específicas do provedor para o determinado IView. |
For(ISqlQuery) |
Obtém anotações específicas do provedor para o determinado ISqlQuery. |
For(IStoreFunction) |
Obtém anotações específicas do provedor para o determinado IStoreFunction. |
For(ITable) |
Obtém anotações específicas do provedor para o determinado ITable. |
For(ITableIndex) |
Obtém anotações específicas do provedor para o determinado ITableIndex. |
For(IUniqueConstraint) |
Obtém anotações específicas do provedor para o determinado IUniqueConstraint. |
For(IView) |
Obtém anotações específicas do provedor para o determinado IView. |
For(IViewColumn) |
Obtém anotações específicas do provedor para o determinado IViewColumn. |
For(ISqlQueryColumn) |
Obtém anotações específicas do provedor para o determinado ISqlQueryColumn. |
For(IViewColumn, Boolean) |
Obtém anotações específicas do provedor para o determinado IViewColumn. |
For(IRelationalModel, Boolean)
Obtém anotações específicas do provedor para o determinado IRelationalModel.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IRelationalModel model, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (model As IRelationalModel, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- model
- IRelationalModel
O modelo de banco de dados.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ISequence, Boolean)
Obtém anotações específicas do provedor para o determinado ISequence.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISequence * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISequence * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sequence As ISequence, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- sequence
- ISequence
A sequência.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ISqlQuery, Boolean)
Obtém anotações específicas do provedor para o determinado ISqlQuery.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQuery sqlQuery, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sqlQuery As ISqlQuery, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- sqlQuery
- ISqlQuery
A consulta SQL.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ISqlQueryColumn, Boolean)
Obtém anotações específicas do provedor para o determinado ISqlQueryColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As ISqlQueryColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- ISqlQueryColumn
A coluna.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IStoreFunction, Boolean)
Obtém anotações específicas do provedor para o determinado IStoreFunction.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreFunction function, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (function As IStoreFunction, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- function
- IStoreFunction
A função .
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IStoreFunctionParameter, Boolean)
Obtém anotações específicas do provedor para o determinado IStoreFunctionParameter.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter parameter, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunctionParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (parameter As IStoreFunctionParameter, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- parameter
- IStoreFunctionParameter
O parâmetro.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IStoreStoredProcedure, Boolean)
Obtém anotações específicas do provedor para o determinado IStoreStoredProcedure.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure storedProcedure, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedure * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (storedProcedure As IStoreStoredProcedure, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- storedProcedure
- IStoreStoredProcedure
O procedimento armazenado.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IStoreStoredProcedureParameter, Boolean)
Obtém anotações específicas do provedor para o determinado IStoreStoredProcedureParameter.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter parameter, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureParameter * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (parameter As IStoreStoredProcedureParameter, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- parameter
- IStoreStoredProcedureParameter
O parâmetro.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IStoreStoredProcedureResultColumn, Boolean)
Obtém anotações específicas do provedor para o determinado IStoreStoredProcedureResultColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreStoredProcedureResultColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IStoreStoredProcedureResultColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
A coluna de resultado.
- designTime
- Boolean
Se o modelo deve conter a configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ITable, Boolean)
Obtém anotações específicas do provedor para o determinado ITable.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITable table, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITable * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITable * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (table As ITable, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- table
- ITable
A tabela.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ITableIndex, Boolean)
Obtém anotações específicas do provedor para o determinado ITableIndex.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITableIndex index, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (index As ITableIndex, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- index
- ITableIndex
O índice.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ITrigger, Boolean)
Obtém anotações específicas do provedor para o determinado ITrigger.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITrigger * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITrigger * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (trigger As ITrigger, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- trigger
- ITrigger
O gatilho.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IUniqueConstraint, Boolean)
Obtém anotações específicas do provedor para o determinado IUniqueConstraint.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint constraint, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (constraint As IUniqueConstraint, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- constraint
- IUniqueConstraint
A restrição exclusiva.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IFunctionColumn, Boolean)
Obtém anotações específicas do provedor para o determinado IFunctionColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IFunctionColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- IFunctionColumn
A coluna.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IForeignKeyConstraint, Boolean)
Obtém anotações específicas do provedor para o determinado IForeignKeyConstraint.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint foreignKey, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (foreignKey As IForeignKeyConstraint, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- foreignKey
- IForeignKeyConstraint
A chave estrangeira.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(IColumn, Boolean)
Obtém anotações específicas do provedor para o determinado IColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- IColumn
A coluna.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ICheckConstraint, Boolean)
Obtém anotações específicas do provedor para o determinado ICheckConstraint.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (checkConstraint As ICheckConstraint, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- checkConstraint
- ICheckConstraint
A restrição marcar.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ICheckConstraint)
Obtém anotações específicas do provedor para o determinado ICheckConstraint.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (checkConstraint As ICheckConstraint) As IEnumerable(Of IAnnotation)
Parâmetros
- checkConstraint
- ICheckConstraint
A restrição marcar.
Retornos
As anotações.
Implementações
Aplica-se a
For(IColumn)
Obtém anotações específicas do provedor para o determinado IColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IColumn) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- IColumn
A coluna.
Retornos
As anotações.
Implementações
Aplica-se a
For(IForeignKeyConstraint)
Obtém anotações específicas do provedor para o determinado IForeignKeyConstraint.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint foreignKey);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IForeignKeyConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (foreignKey As IForeignKeyConstraint) As IEnumerable(Of IAnnotation)
Parâmetros
- foreignKey
- IForeignKeyConstraint
A chave estrangeira.
Retornos
As anotações.
Implementações
Aplica-se a
For(IFunctionColumn)
Obtém anotações específicas do provedor para o determinado IFunctionColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IFunctionColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IFunctionColumn) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- IFunctionColumn
A coluna.
Retornos
As anotações.
Implementações
Aplica-se a
For(IRelationalModel)
Obtém anotações específicas do provedor para o determinado IRelationalModel.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IRelationalModel model);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IRelationalModel -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (model As IRelationalModel) As IEnumerable(Of IAnnotation)
Parâmetros
- model
- IRelationalModel
O modelo de banco de dados.
Retornos
As anotações.
Implementações
Aplica-se a
For(ISequence)
Obtém anotações específicas do provedor para o determinado ISequence.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISequence -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sequence As ISequence) As IEnumerable(Of IAnnotation)
Parâmetros
- sequence
- ISequence
A sequência.
Retornos
As anotações.
Implementações
Aplica-se a
For(IView, Boolean)
Obtém anotações específicas do provedor para o determinado IView.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IView view, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IView * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IView * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (view As IView, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- view
- IView
A exibição.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
For(ISqlQuery)
Obtém anotações específicas do provedor para o determinado ISqlQuery.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQuery sqlQuery);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQuery -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (sqlQuery As ISqlQuery) As IEnumerable(Of IAnnotation)
Parâmetros
- sqlQuery
- ISqlQuery
A consulta SQL.
Retornos
As anotações.
Implementações
Aplica-se a
For(IStoreFunction)
Obtém anotações específicas do provedor para o determinado IStoreFunction.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IStoreFunction function);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IStoreFunction -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (function As IStoreFunction) As IEnumerable(Of IAnnotation)
Parâmetros
- function
- IStoreFunction
A função .
Retornos
As anotações.
Implementações
Aplica-se a
For(ITable)
Obtém anotações específicas do provedor para o determinado ITable.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITable table);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITable -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITable -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (table As ITable) As IEnumerable(Of IAnnotation)
Parâmetros
- table
- ITable
A tabela.
Retornos
As anotações.
Implementações
Aplica-se a
For(ITableIndex)
Obtém anotações específicas do provedor para o determinado ITableIndex.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ITableIndex index);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ITableIndex -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (index As ITableIndex) As IEnumerable(Of IAnnotation)
Parâmetros
- index
- ITableIndex
O índice.
Retornos
As anotações.
Implementações
Aplica-se a
For(IUniqueConstraint)
Obtém anotações específicas do provedor para o determinado IUniqueConstraint.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint constraint);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IUniqueConstraint -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (constraint As IUniqueConstraint) As IEnumerable(Of IAnnotation)
Parâmetros
- constraint
- IUniqueConstraint
A restrição exclusiva.
Retornos
As anotações.
Implementações
Aplica-se a
For(IView)
Obtém anotações específicas do provedor para o determinado IView.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IView view);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IView -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IView -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (view As IView) As IEnumerable(Of IAnnotation)
Parâmetros
- view
- IView
A exibição.
Retornos
As anotações.
Implementações
Aplica-se a
For(IViewColumn)
Obtém anotações específicas do provedor para o determinado IViewColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IViewColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IViewColumn) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- IViewColumn
A coluna.
Retornos
As anotações.
Implementações
Aplica-se a
For(ISqlQueryColumn)
Obtém anotações específicas do provedor para o determinado ISqlQueryColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn column);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.ISqlQueryColumn -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As ISqlQueryColumn) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- ISqlQueryColumn
A coluna.
Retornos
As anotações.
Implementações
Aplica-se a
For(IViewColumn, Boolean)
Obtém anotações específicas do provedor para o determinado IViewColumn.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> For (Microsoft.EntityFrameworkCore.Metadata.IViewColumn column, bool designTime);
abstract member For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.For : Microsoft.EntityFrameworkCore.Metadata.IViewColumn * bool -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function For (column As IViewColumn, designTime As Boolean) As IEnumerable(Of IAnnotation)
Parâmetros
- column
- IViewColumn
A coluna.
- designTime
- Boolean
Se o modelo deve conter configuração de tempo de design.
Retornos
As anotações.
Implementações
Aplica-se a
Entity Framework