Partager via


QuerySqlGenerator.GenerateTagsHeaderComment Méthode

Définition

Surcharges

GenerateTagsHeaderComment(SelectExpression)
Obsolète.

Génère le commentaire principal pour les balises.

GenerateTagsHeaderComment(ISet<String>)

Génère le commentaire principal pour les balises.

GenerateTagsHeaderComment(SelectExpression)

Attention

Use the method which takes tags instead.

Génère le commentaire principal pour les balises.

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)

Paramètres

selectExpression
SelectExpression

Expression de sélection pour laquelle générer des balises.

Attributs

S’applique à

GenerateTagsHeaderComment(ISet<String>)

Génère le commentaire principal pour les balises.

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))

Paramètres

tags
ISet<String>

Ensemble d’étiquettes à imprimer en tant que commentaire.

S’applique à