Click or drag to resize
ehrThomas

ApiUseDb Method

Tells the Api what database to use. Can only be set once per instance.

Namespace:  ehrApi
Assembly:  ehrApi (in ehrApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void UseDb(
	Database db
)

Parameters

db
Type: ehrApiDatabase
A Database object returned from the Login() call
See Also