RelatedEnd
IsLoaded
RelationshipName
RelationshipSet
SourceRoleName
TargetRoleName
Attach<TEntity>(IEnumerable<TEntity>, Boolean)
GetEnumerator()
Load()
Load(MergeOption)
Merge<TEntity>(IEnumerable<TEntity>, MergeOption, Boolean)
OnDeserialized(StreamingContext)
ValidateEntityForAttach<TEntity>(TEntity, Int32, Boolean)
ValidateLoad<TEntity>(MergeOption, String)
ValidateOwnerForAttach()
AssociationChanged
net35
namespace System.Data.Objects.DataClasses
{
[DataContract]
public abstract class RelatedEnd : IRelatedEnd
{
protected void Merge<TEntity>(IEnumerable<TEntity> collection, MergeOption mergeOption, bool setIsLoaded);
}
}
.NET Framework | 3.5 |
---|---|
Information specific to net35 | |
Assembly | System.Data.Entity , Version=3.5.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API