ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataTableExtender Class / AutoFetchParentsForOrphans Property

In This Topic
    AutoFetchParentsForOrphans Property (DataTableExtender)
    In This Topic
    Indicates 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.
    Syntax
    'Declaration
     
    Public Property AutoFetchParentsForOrphans As System.Boolean
    public System.bool AutoFetchParentsForOrphans {get; set;}
    Remarks
    See the C1.C1DataExtender.C1DataViewSet.AutoFetchParentsForOrphans property description for details.
    See Also