IMyTableGetValuesFromDBT Method |
Namespace:
Scilligence.MolEngine.Web
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic DatabaseRow GetValuesFromDB<T>(
UserDB db,
string[] fields,
long id
)
Parameters
- db
- Type: UserDB
- fields
- Type: SystemString
- id
- Type: SystemInt64
Type Parameters
- T
Return Value
Type:
DatabaseRow
See Also