DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / InsertStatement Class / Columns Property

In This Topic
    Columns Property (InsertStatement)
    In This Topic
    The columnn whose value to be inserted are specified in the InsertStatement
    Syntax
    'Declaration
     
    Public Property Columns As IList(Of String)
    public IList<string> Columns {get; set;}
    See Also