Metodo DedNetApplicationGetAllAttrInDb (Boolean)
             | 
          
        
         
            Restituisce tutti gli attributi con ambiene anagrafica (Anagrafica, AnagraficaEDistinta, ecc..)  presenti nel Db.
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
 - Tipo: SystemBoolean
Indica se includere anche gli attributi di distinta. 
Valore di ritorno
Tipo: 
ListDedAttr
Vedi anche