DeleteExpression.ApplyTags(ISet<String>) Methode

Definition

Wendet einen bestimmten Satz von Tags an.

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

Parameter

tags
ISet<String>

Eine Liste der anzuwendenden Tags.

Gibt zurück

Gilt für: