IncludeDeleted
Specifies whether the provider includes deleted records in query results.
Data Type
bool
Default Value
false
Remarks
This property applies only to tables that support the IsDeleted column.
Set this property to control whether deleted records are included.
When this property is set to false, only active records are returned.
When this property is set to true, deleted records are included in query results.
This property is useful when you need to audit or synchronize deleted data alongside active records.