Metodo DedDbItemManagerFindByDbIndex
             | 
          
        
        
            Ritorna un'oggetto 'DedBaseDbItem' in base al tipo e al dbindex specificato.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic static DedBaseDbItem FindByDbIndex(
	DedDbItemType type,
	string dbindex
)
Public Shared Function FindByDbIndex ( 
	type As DedDbItemType,
	dbindex As String
) As DedBaseDbItem
public:
static DedBaseDbItem^ FindByDbIndex(
	DedDbItemType type, 
	String^ dbindex
)
static member FindByDbIndex : 
        type : DedDbItemType * 
        dbindex : string -> DedBaseDbItem Parametri
- type  DedDbItemType
 -  
 - dbindex  String
 -  
 
Valore di ritorno
DedBaseDbItem
Vedi anche