Metodo DedNetApplicationFindDataByDbPath
|
Restituisce la lista delle anagrafiche contenute nel dbpath indicato.
Vengono considerate anche le anagrafiche che presentano dei dbpath figli di quello indicato
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public DedDataList FindDataByDbPath(
string dbpath
)
Public Function FindDataByDbPath (
dbpath As String
) As DedDataList
public:
DedDataList^ FindDataByDbPath(
String^ dbpath
)
member FindDataByDbPath :
dbpath : string -> DedDataList
Parametri
- dbpath
- Tipo: SystemString
Dbpath per il quale effettuare la ricerca delle anagrafiche
Valore di ritorno
Tipo:
DedDataListVedi anche