| DataProvider Constructor (String, Int32) |
Crea una nuova istanza di DataProvider impostando le proprietà DataBasePath e ActiveCompanyId.
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public DataProvider(
string databasePath,
int activeCompanyId
)
Public Sub New (
databasePath As String,
activeCompanyId As Integer
)
new :
databasePath : string *
activeCompanyId : int -> DataProvider
Parameters
- databasePath
- Type: SystemString
Percorso dei dati di Amica. - activeCompanyId
- Type: SystemInt32
Azienda da impostare come ActiveCompany.
See Also