Libreria query DedNet
Costruttore FieldFileSeparator |
Costruttore unico.
Namespace: InitPrtFast.ConnType
Assembly: InitPrtFast (in InitPrtFast.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public FieldFileSeparator( string name, string dedlink, bool isSearch, bool isResult, bool isReturn, string[] attList, int index )
Public Sub New ( name As String, dedlink As String, isSearch As Boolean, isResult As Boolean, isReturn As Boolean, attList As String(), index As Integer )
public: FieldFileSeparator( String^ name, String^ dedlink, bool isSearch, bool isResult, bool isReturn, array<String^>^ attList, int index )
new : name : string * dedlink : string * isSearch : bool * isResult : bool * isReturn : bool * attList : string[] * index : int -> FieldFileSeparator
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 - index
- Tipo: SystemInt32
Indica la posizione del campo ( zero-based )
Vedi anche