ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataTableExtender Class
Properties Methods Events

In This Topic
    DataTableExtender Class Members
    In This Topic

    The following tables list the members exposed by DataTableExtender.

    Public Constructors
     NameDescription
    Public ConstructorThis constructor is intended for C1DataExtender internal use only.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether rows can be deleted from the DataTable represented by this DataTableExtender.  
    Public PropertyGets or sets a value indicating whether row values in the DataTable represented by this DataTableExtender can be modified.  
    Public PropertyGets or sets a value indicating whether new rows can be added to the DataTable represented by this DataTableExtender.  
    Public PropertyIndicates whether automatic fetching of an absent on a client parent row for an existing child row is permitted in order to prevent foreign key constraint violation in the underlying DataSet.  
    Public PropertyGets or sets the name of a sequence or generator database object used for autoincrement on the server.  
    Public PropertyGets the collection of DataColumnExtender objects that extends the property set of DataColumn objects belonging to DataTable.  
    Public PropertyGets the object defining the extended set of properties for the connection used along with the DataTable represented by this DataTableExtender.  
    Public PropertyDefines a row level constraint for the DataTable represented by this DataTableExtender.  
    Public Property (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyGets the DataSetExtender that this DataTableExtender belongs to.  
    Public PropertyGets the DataTable which property set this DataTableExtender extends.  
    Public Property (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyDefines a pattern used to construct a string that represents a table row in lookup list.  
    Public Property (Inherited from System.ComponentModel.MarshalByValueComponent)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public Method (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public MethodOverridden.   
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.MarshalByValueComponent)
    Top
    See Also