Metodo DedDataManagerFind(String)
|
Restituisce la lista delle anagrafiche che hanno il DEDID richiesto.
Le restituisce ordinate per revisione in modo ascendente.
Restituisce null se non trova alcun record nel Database.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic DedDataList Find(
string dedid
)
Public Function Find (
dedid As String
) As DedDataList
public:
DedDataList^ Find(
String^ dedid
)
member Find :
dedid : string -> DedDataList Parametri
- dedid String
-
Valore di ritorno
DedDataList
Eccezioni| Eccezione | Condizione |
|---|
| QsException | Errore verificatosi durante la lettura del record. |
| ArgumentNullException | Parametro mancante. |
Vedi anche