Click or drag to resize

DatabasePivot 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[] Pivot(
	DatabaseRow[] rows,
	string id,
	string[] pivotcols,
	string key,
	string value,
	string sep,
	string none
)

Parameters

rows
Type: Scilligence.MolEngine.CompanionDatabaseRow
id
Type: SystemString
pivotcols
Type: SystemString
key
Type: SystemString
value
Type: SystemString
sep
Type: SystemString
none
Type: SystemString

Return Value

Type: DatabaseRow
See Also