示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LinkTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLinkTypes(LinkType linkType)
 {
     base.AddObject("LinkTypes", linkType);
 }
示例#2
0
 /// <summary>
 /// Create a new LinkType object.
 /// </summary>
 /// <param name="linkTypeId">Initial value of the LinkTypeId property.</param>
 public static LinkType CreateLinkType(global::System.Int32 linkTypeId)
 {
     LinkType linkType = new LinkType();
     linkType.LinkTypeId = linkTypeId;
     return linkType;
 }