ObjectContext
ObjectContext(EntityConnection)
ObjectContext(String)
ObjectContext(EntityConnection, Boolean)
ObjectContext(EntityConnection, String)
ObjectContext(String, String)
~ObjectContext()
CommandTimeout
Connection
ContextOptions
DefaultContainerName
InterceptionContext
MetadataWorkspace
ObjectStateManager
QueryProvider
TransactionHandler
AcceptAllChanges()
AddObject(String, Object)
ApplyCurrentValues<TEntity>(String, TEntity)
ApplyOriginalValues<TEntity>(String, TEntity)
ApplyPropertyChanges(String, Object)
Attach(IEntityWithKey)
AttachTo(String, Object)
CreateDatabase()
CreateDatabaseScript()
CreateEntityKey(String, Object)
CreateObject<T>()
CreateObjectSet<TEntity>()
CreateObjectSet<TEntity>(String)
CreateProxyTypes(IEnumerable<Type>)
CreateQuery<T>(String, ObjectParameter[])
DatabaseExists()
DeleteDatabase()
DeleteObject(Object)
Detach(Object)
DetectChanges()
Dispose()
Dispose(Boolean)
ExecuteFunction(String, ObjectParameter[])
ExecuteFunction<TElement>(String, ObjectParameter[])
ExecuteFunction<TElement>(String, ExecutionOptions, ObjectParameter[])
ExecuteFunction<TElement>(String, MergeOption, ObjectParameter[])
ExecuteStoreCommand(String, Object[])
ExecuteStoreCommand(TransactionalBehavior, String, Object[])
ExecuteStoreCommandAsync(String, Object[])
ExecuteStoreCommandAsync(String, CancellationToken, Object[])
ExecuteStoreCommandAsync(TransactionalBehavior, String, Object[])
ExecuteStoreCommandAsync(TransactionalBehavior, String, CancellationToken, Object[])
ExecuteStoreQuery<TElement>(String, Object[])
ExecuteStoreQuery<TElement>(String, ExecutionOptions, Object[])
ExecuteStoreQuery<TElement>(String, String, ExecutionOptions, Object[])
ExecuteStoreQuery<TElement>(String, String, MergeOption, Object[])
ExecuteStoreQueryAsync<TElement>(String, Object[])
ExecuteStoreQueryAsync<TElement>(String, CancellationToken, Object[])
ExecuteStoreQueryAsync<TElement>(String, ExecutionOptions, Object[])
ExecuteStoreQueryAsync<TElement>(String, ExecutionOptions, CancellationToken, Object[])
ExecuteStoreQueryAsync<TElement>(String, String, ExecutionOptions, Object[])
ExecuteStoreQueryAsync<TElement>(String, String, ExecutionOptions, CancellationToken, Object[])
GetKnownProxyTypes()
GetObjectByKey(EntityKey)
GetObjectType(Type)
LoadProperty(Object, String)
LoadProperty(Object, String, MergeOption)
LoadProperty<TEntity>(TEntity, Expression<Func<TEntity, Object>>)
LoadProperty<TEntity>(TEntity, Expression<Func<TEntity, Object>>, MergeOption)
Refresh(RefreshMode, IEnumerable)
Refresh(RefreshMode, Object)
RefreshAsync(RefreshMode, IEnumerable)
RefreshAsync(RefreshMode, Object)
RefreshAsync(RefreshMode, IEnumerable, CancellationToken)
RefreshAsync(RefreshMode, Object, CancellationToken)
SaveChanges()
SaveChanges(Boolean)
SaveChanges(SaveOptions)
SaveChangesAsync()
SaveChangesAsync(CancellationToken)
SaveChangesAsync(SaveOptions)
SaveChangesAsync(SaveOptions, CancellationToken)
Translate<TElement>(DbDataReader)
Translate<TEntity>(DbDataReader, String, MergeOption)
TryGetObjectByKey(EntityKey, Object)
ObjectMaterialized
SavingChanges
net5.0
namespace System.Data.Entity.Core.Objects
{
public class ObjectContext : IObjectContextAdapter, IDisposable
{
public virtual void LoadProperty<TEntity>(TEntity entity, Expression<Func<TEntity, object>> selector);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 3.03.1 |
.NET Framework | 4.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.1 |
Information specific to net5.0 | |
Assembly | EntityFramework , Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs a package reference to |
Package | EntityFramework (6.5.1) netstandard2.1 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API