Ejemplo n.º 1
0
 /// <summary>
 ///     Constructs an EntityContainerEntitySet
 /// </summary>
 /// <param name="parentElement"> Reference to the schema element. </param>
 public EntityContainerEntitySet(EntityContainer parentElement)
     : base(parentElement)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Constructs an EntityContainerRelationshipSet
 /// </summary>
 /// <param name="parentElement"> Reference to the schema element. </param>
 public EntityContainerRelationshipSet(EntityContainer parentElement)
     : base(parentElement)
 {
 }
Ejemplo n.º 3
0
 /// <summary>
 ///     Constructs an EntityContainerAssociationSet
 /// </summary>
 /// <param name="parentElement"> Reference to the schema element. </param>
 public EntityContainerAssociationSet(EntityContainer parentElement)
     : base(parentElement)
 {
 }