Click or drag to resize

DatabaseRowSelectT Method (String, T, Boolean, 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 int Select<T>(
	string[] keys,
	T defaultvalue,
	bool addifnotexisting,
	DatabaseRow ret
)

Parameters

keys
Type: SystemString
defaultvalue
Type: T
addifnotexisting
Type: SystemBoolean
ret
Type: Scilligence.MolEngine.CompanionDatabaseRow

Type Parameters

T

Return Value

Type: Int32
See Also