Click or drag to resize

RelationTableA, Badd Method

Add a relation to the table, two object that relateB to each other

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void add(
	A a,
	B b
)

Parameters

a
Type: A
Object a
b
Type: B
Object b
See Also