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


In This Topic
    DeleteStatement Class Members
    In This Topic

    The following tables list the members exposed by DeleteStatement.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property An IList of the columns in the RETURNING statement represented as ColumnExpression  
    Public Property The Table to delete from  
    Public Property The type of the SQL statement  
    Public Property The where filter clause to consider which records should be deleted  
    Top
    See Also