IUpdateResults<TEntity> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result after executing an update query.
public interface IUpdateResults<TEntity> : Microsoft.VisualStudio.ProjectSystem.Query.IQueryResults<TEntity>, System.Collections.Generic.IEnumerable<TEntity>
type IUpdateResults<'Entity> = interface
interface IQueryResults<'Entity>
interface seq<'Entity>
interface IEnumerable
Public Interface IUpdateResults(Of TEntity)
Implements IEnumerable(Of TEntity), IQueryResults(Of TEntity)
Type Parameters
- TEntity
The entity type
- Implements
Properties
Errors |
Gets a collection of failures during executing the query. |
ItemType |
Get the result item type. (Inherited from IQueryResults<TEntity>) |
Version |
Gets the data version of the result. (Inherited from IQueryResults<TEntity>) |