共用方式為


QuerySqlGenerator.GenerateTagsHeaderComment 方法

定義

多載

GenerateTagsHeaderComment(SelectExpression)
已淘汰.

產生標記的前端批註。

GenerateTagsHeaderComment(ISet<String>)

產生標記的前端批註。

GenerateTagsHeaderComment(SelectExpression)

警告

Use the method which takes tags instead.

產生標記的前端批註。

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)

參數

selectExpression
SelectExpression

要為其產生標記的選取運算式。

屬性

適用於

GenerateTagsHeaderComment(ISet<String>)

產生標記的前端批註。

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

參數

tags
ISet<String>

要列印為批註的一組標記。

適用於