| IQueryObjectImpl Interface | 
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender.Abstraction
 Syntax
Syntax[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public interface IQueryObjectImpl : IQueryObject
The IQueryObjectImpl type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsAltered | 
            Gets/Sets if an item is updated. 
             | 
|  | IsDeleted | 
            Get/Sets if an item is delted from the collection.
             | 
|  | IsNewlyAdded | 
            Gets/Sets if an item is newly added to the collection. 
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | FillBucket | 
            fills up the bucket from current object.
             | 
|  | FillObject | 
             fills the object from working bucket.
             | 
|  | FillProperty | 
            fills up the property of current object.
             | 
 See Also
See Also