コード例 #1
0
 public void Attach(Demographic entity)
 {
     Demographics.Attach(entity);
 }
コード例 #2
0
 public void Attach(Person entity)
 {
     People.Attach(entity);
 }
コード例 #3
0
 public void Attach(Address entity)
 {
     Addresses.Attach(entity);
 }
コード例 #4
0
 public void Attach(Product entity)
 {
     Products.Attach(entity);
 }
コード例 #5
0
 public void Attach(Parent entity)
 {
     ParentSet.Attach(entity);
 }
コード例 #6
0
 void IEntitySet <TEntity> .Attach(TEntity entity)
 {
     _entitySet.Attach(entity);
     _data.Add(entity);
 }
コード例 #7
0
 public void Attach(BRecord entity)
 {
     BRecords.Attach(entity);
 }
コード例 #8
0
 public void Attach(ARecord entity)
 {
     ARecords.Attach(entity);
 }
コード例 #9
0
 public void Attach(Blog entity)
 {
     Blogs.Attach(entity);
 }
コード例 #10
0
 public void Attach(User entity)
 {
     Users.Attach(entity);
 }