Click or drag to resize

DynamicGraphAdd Method (String, Object)

Asserts statements equivalent to the parameters.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Add(
	string subject,
	Object predicateAndObjects
)

Parameters

subject
Type: SystemString
The subject to assert.
predicateAndObjects
Type: SystemObject
An object with public properties or a dictionary representing predicates and objects to assert.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen subject or predicateAndObjects is null.
See Also