DOCART

Definizione degli articoli bloccati per codice documento.

#COLONNADECRIZIONETIPOLENNOTE
1CodiceArticoloCodice ArticoloStringa25
2CodiceDocumentoCodice DocumentoStringa3

Esempio

'TAST1','FT'
'TAST2','OC'
'TAST3','BO'

<?xml version="1.0" encoding="utf-8"?>
<TABELLA_DOCART xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"?>
  <DOCART>
    <CodiceArticolo/>
    <CodiceDocumento/>
  </DOCART>
</TABELLA_DOCART>
    public partial class DOCART
    {
       
        [Indexed(Name = "IX_PK_DOCART", Order = 1, Unique = true), MaxLengthAttribute(25)]
        public string CodiceArticolo { get; set; }
        
        [Indexed(Name = "IX_PK_DOCART", Order = 2, Unique = true), MaxLengthAttribute(3)]
        public string CodiceDocumento { get; set; }

    }

Documentazione Zippy Infinity