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: 24.6.0.0 (24.6.0.0)
Sintassipublic 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: 
DedDataList
Vedi anche