Click or drag to resize

TableReaderCreateNumberColumns Method (String, String, ChemType, DatabaseRow)

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 int CreateNumberColumns(
	string src_key,
	string new_key,
	ChemType type,
	DatabaseRow[] rows
)

Parameters

src_key
Type: SystemString
new_key
Type: SystemString
type
Type: Scilligence.MolEngine.CompanionChemType
rows
Type: Scilligence.MolEngine.CompanionDatabaseRow

Return Value

Type: Int32
See Also