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: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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  String
 - Dbpath per il quale effettuare la ricerca delle anagrafiche
 
Valore di ritorno
DedDataList
Vedi anche