IConstructTriplePatternConstruct Method  | 
 
            Constructs a Triple from a Set based on this Triple Pattern.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
SyntaxTriple Construct(
	ConstructContext context
)
Function Construct ( 
	context As ConstructContext
) As Triple
Parameters
- context
 - Type: VDS.RDF.Query.ConstructConstructContext
Construct Context. 
Return Value
Type: 
Triple[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.IConstructTriplePattern.Construct(VDS.RDF.Query.Construct.ConstructContext)"]
See Also