EntityCollection<TEntity>.CreateSourceQuery Method
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.
Returns an object query that, when it is executed, returns the same set of objects that exists in the current collection.
public System.Data.Entity.Core.Objects.ObjectQuery<TEntity> CreateSourceQuery ();
override this.CreateSourceQuery : unit -> System.Data.Entity.Core.Objects.ObjectQuery<'Entity (requires 'Entity : null)>
Public Function CreateSourceQuery () As ObjectQuery(Of TEntity)
Returns
ObjectQuery<TEntity>
An ObjectQuery<T> that represents the entity collection.
Exceptions
When the object is in an Added state or when the object is in a Detached state with a MergeOption other than NoTracking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework