Metodo DedNetApplicationGetAllAttrInDb (Boolean)
|
Restituisce tutti gli attributi con ambiene anagrafica (Anagrafica, AnagraficaEDistinta, ecc..) presenti nel Db.
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public 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:
ListDedAttrVedi anche