Compartir a través de


IUpdateResults<TEntity> Interface

Definition

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>)

Applies to