BaseModificationCommandIsValidDeletePattern 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:
Syntax protected bool IsValidDeletePattern(
GraphPattern p,
bool top
)
Protected Function IsValidDeletePattern (
p As GraphPattern,
top As Boolean
) As Boolean
Parameters
- p
- Type: VDS.RDF.Query.PatternsGraphPattern
Graph Pattern. - top
- Type: SystemBoolean
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