Libreria query DedNet
Costruttore FieldFileFixedLenght |
Costruttore unico.
Namespace: InitPrtFast.ConnType
Assembly: InitPrtFast (in InitPrtFast.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public FieldFileFixedLenght( string name, string dedlink, bool isSearch, bool isResult, bool isReturn, string[] attList, int startIndex, int lenght )
Public Sub New ( name As String, dedlink As String, isSearch As Boolean, isResult As Boolean, isReturn As Boolean, attList As String(), startIndex As Integer, lenght As Integer )
public: FieldFileFixedLenght( String^ name, String^ dedlink, bool isSearch, bool isResult, bool isReturn, array<String^>^ attList, int startIndex, int lenght )
new : name : string * dedlink : string * isSearch : bool * isResult : bool * isReturn : bool * attList : string[] * startIndex : int * lenght : int -> FieldFileFixedLenght
Parametri
- name
- Tipo: SystemString
Nome del campo. - dedlink
- Tipo: SystemString
Nome del campo ded collegato. - isSearch
- Tipo: SystemBoolean
Indica se è un campo di ricerca - isResult
- Tipo: SystemBoolean
Indica se è un campo presente nel risultato - isReturn
- Tipo: SystemBoolean
Indica se è un campo di cui fare tornare il valore - attList
- Tipo: SystemString
Valori da mostrare nel menù a tendina - startIndex
- Tipo: SystemInt32
Indica l'indice del carattere di partenza del campo. - lenght
- Tipo: SystemInt32
Indica la lunghezza del campo ( in caratteri )
Vedi anche