Condividi tramite


QuerySqlGenerator.GenerateTagsHeaderComment Metodo

Definizione

Overload

GenerateTagsHeaderComment(SelectExpression)
Obsoleti.

Genera il commento head per i tag.

GenerateTagsHeaderComment(ISet<String>)

Genera il commento head per i tag.

GenerateTagsHeaderComment(SelectExpression)

Attenzione

Use the method which takes tags instead.

Genera il commento head per i tag.

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)

Parametri

selectExpression
SelectExpression

Espressione select per cui generare tag.

Attributi

Si applica a

GenerateTagsHeaderComment(ISet<String>)

Genera il commento head per i tag.

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

Parametri

tags
ISet<String>

Set di tag da stampare come commento.

Si applica a