Click or drag to resize

IMyTableReadSDF Method

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
protected virtual DatabaseRow[] ReadSDF(
	UploadedFile file,
	int maxcount,
	string structurecol,
	string structureformat
)

Parameters

file
Type: Scilligence.MolEngine.WebUploadedFile
maxcount
Type: SystemInt32
structurecol
Type: SystemString
structureformat
Type: SystemString

Return Value

Type: DatabaseRow
See Also