QuerySqlGenerator.GenerateTagsHeaderComment Método

Definição

Sobrecargas

GenerateTagsHeaderComment(SelectExpression)
Obsoleto.

Gera o comentário principal para marcas.

GenerateTagsHeaderComment(ISet<String>)

Gera o comentário principal para marcas.

GenerateTagsHeaderComment(SelectExpression)

Cuidado

Use the method which takes tags instead.

Gera o comentário principal para marcas.

protected virtual void GenerateTagsHeaderComment (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression);
[System.Obsolete("Use the method which takes tags instead.")]
protected virtual void GenerateTagsHeaderComment (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression);
abstract member GenerateTagsHeaderComment : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
override this.GenerateTagsHeaderComment : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
[<System.Obsolete("Use the method which takes tags instead.")>]
abstract member GenerateTagsHeaderComment : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
override this.GenerateTagsHeaderComment : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
Protected Overridable Sub GenerateTagsHeaderComment (selectExpression As SelectExpression)

Parâmetros

selectExpression
SelectExpression

Uma expressão de seleção para a qual gerar marcas.

Atributos

Aplica-se a

GenerateTagsHeaderComment(ISet<String>)

Gera o comentário principal para marcas.

protected virtual void GenerateTagsHeaderComment (System.Collections.Generic.ISet<string> tags);
abstract member GenerateTagsHeaderComment : System.Collections.Generic.ISet<string> -> unit
override this.GenerateTagsHeaderComment : System.Collections.Generic.ISet<string> -> unit
Protected Overridable Sub GenerateTagsHeaderComment (tags As ISet(Of String))

Parâmetros

tags
ISet<String>

Um conjunto de marcas a serem impressas como comentário.

Aplica-se a