Click or drag to resize
DataProvider Constructor (String, Int32)
Crea una nuova istanza di DataProvider impostando le proprietà DataBasePath e ActiveCompanyId.

Namespace: Amica.Data
Assembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax
public DataProvider(
	string databasePath,
	int activeCompanyId
)

Parameters

databasePath
Type: SystemString
Percorso dei dati di Amica.
activeCompanyId
Type: SystemInt32
Azienda da impostare come ActiveCompany.
See Also