共用方式為


DeleteExpression.ApplyTags(ISet<String>) 方法

定義

套用一組指定的標記。

public Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression ApplyTags (System.Collections.Generic.ISet<string> tags);
member this.ApplyTags : System.Collections.Generic.ISet<string> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.DeleteExpression
Public Function ApplyTags (tags As ISet(Of String)) As DeleteExpression

參數

tags
ISet<String>

要套用的標籤清單。

傳回

適用於