DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / CustomHeaders Class / Select Property

In This Topic
    Select Property
    In This Topic
    Cusotom headers for the select operation
    Syntax
    'Declaration
     
    Public Property Select As Dictionary(Of String,String)
    public Dictionary<string,string> Select {get; set;}
    See Also