Metodo DedCascadeManagerGetPadriFromDbPath
             | 
          
        
        
            Restituisce la lista di tutti i padri unici presenti nel dbpath passato.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic string[] GetPadriFromDbPath(
	string dbPath
)
Public Function GetPadriFromDbPath ( 
	dbPath As String
) As String()
public:
array<String^>^ GetPadriFromDbPath(
	String^ dbPath
)
member GetPadriFromDbPath : 
        dbPath : string -> string[] Parametri
- dbPath  String
 - DbPath di cui cercare i padri.
 
Valore di ritorno
String
Vedi anche