Metodo DedNetApplicationGetAllAttrInDb(Boolean)
             | 
          
        
        
            Restituisce tutti gli attributi con ambiene anagrafica (Anagrafica, AnagraficaEDistinta, ecc..)  presenti nel Db.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic List<DedAttr> GetAllAttrInDb(
	bool includeBomAttrs
)
Public Function GetAllAttrInDb ( 
	includeBomAttrs As Boolean
) As List(Of DedAttr)
public:
List<DedAttr^>^ GetAllAttrInDb(
	bool includeBomAttrs
)
member GetAllAttrInDb : 
        includeBomAttrs : bool -> List<DedAttr> Parametri
- includeBomAttrs  Boolean
 - Indica se includere anche gli attributi di distinta.
 
Valore di ritorno
ListDedAttr
Vedi anche