Share via


QuerySqlGenerator.GenerateTagsHeaderComment Method

Definition

Overloads

GenerateTagsHeaderComment(SelectExpression)
Obsolete.

Generates the head comment for tags.

GenerateTagsHeaderComment(ISet<String>)

Generates the head comment for tags.

GenerateTagsHeaderComment(SelectExpression)

Caution

Use the method which takes tags instead.

Generates the head comment for tags.

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)

Parameters

selectExpression
SelectExpression

A select expression to generate tags for.

Attributes

Applies to

GenerateTagsHeaderComment(ISet<String>)

Generates the head comment for tags.

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

Parameters

tags
ISet<String>

A set of tags to print as comment.

Applies to