DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / InsertStatement Class
Properties


In This Topic
    InsertStatement Class Members
    In This Topic

    The following tables list the members exposed by InsertStatement.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property The columnn whose value to be inserted are specified in the InsertStatement  
    Public Property An IList of the columns in the RETURNING statement represented as ColumnExpression  
    Public Property The table to insert to  
    Public Property The type of the SQL statement  
    Public Property The values to be inserted  
    Top
    See Also