Metodo DedCascadeManagerGetPadriFromDbPath
|
Restituisce la lista di tutti i padri unici presenti nel dbpath passato.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
StringVedi anche