/// <summary>
 /// Create a new bvc_ContentColumn object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="systemColumn">Initial value of the SystemColumn property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ContentColumn Createbvc_ContentColumn(global::System.String bvin, global::System.String displayName, global::System.Int32 systemColumn, global::System.DateTime lastUpdated)
 {
     bvc_ContentColumn bvc_ContentColumn = new bvc_ContentColumn();
     bvc_ContentColumn.bvin = bvin;
     bvc_ContentColumn.DisplayName = displayName;
     bvc_ContentColumn.SystemColumn = systemColumn;
     bvc_ContentColumn.LastUpdated = lastUpdated;
     return bvc_ContentColumn;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ContentColumn EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ContentColumn(bvc_ContentColumn bvc_ContentColumn)
 {
     base.AddObject("bvc_ContentColumn", bvc_ContentColumn);
 }