BaseModificationCommand.IsValidDeletePattern Method |
Determines whether a Graph Pattern is valid for use in an DELETE pattern.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected bool IsValidDeletePattern(
GraphPattern p,
bool top
)
Protected Function IsValidDeletePattern (
p As GraphPattern,
top As Boolean
) As Boolean
Parameters
- p
- Type: VDS.RDF.Query.Patterns.GraphPattern
Graph Pattern. - top
- Type: System.Boolean
Is this the top level pattern?.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Update.Commands.BaseModificationCommand.IsValidDeletePattern(VDS.RDF.Query.Patterns.GraphPattern,System.Boolean)"]
See Also