StoreHandlerHandleTripleInternal Method  | 
 
            Handles Triples by asserting them into the appropriate Graph creating the Graph if necessary.
            
 
    Namespace: 
   VDS.RDF.Parsing.Handlers
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected override bool HandleTripleInternal(
	Triple t
)
Protected Overrides Function HandleTripleInternal ( 
	t As Triple
) As Boolean
Parameters
- t
 - Type: VDS.RDFTriple
Triple. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.StoreHandler.HandleTripleInternal(VDS.RDF.Triple)"]
See Also