Click or drag to resize

DatabaseJoinTwoTreesT Method

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static DatabaseRow[] JoinTwoTrees<T>(
	DatabaseRow[] rows,
	string id,
	string parent,
	DatabaseRow[] rows2,
	string id2,
	string parent2,
	T defaultvalue,
	string depthkey
)

Parameters

rows
Type: Scilligence.MolEngine.CompanionDatabaseRow
id
Type: SystemString
parent
Type: SystemString
rows2
Type: Scilligence.MolEngine.CompanionDatabaseRow
id2
Type: SystemString
parent2
Type: SystemString
defaultvalue
Type: T
depthkey
Type: SystemString

Type Parameters

T

Return Value

Type: DatabaseRow
See Also