/// <summary>
        /// Create a new SKU_URL_Info object.
        /// </summary>
        /// <param name="sKU">Initial value of the SKU property.</param>
        /// <param name="sKUrl">Initial value of the SKUrl property.</param>
        public static SKU_URL_Info CreateSKU_URL_Info(global::System.String sKU, global::System.String sKUrl)
        {
            SKU_URL_Info sKU_URL_Info = new SKU_URL_Info();

            sKU_URL_Info.SKU   = sKU;
            sKU_URL_Info.SKUrl = sKUrl;
            return(sKU_URL_Info);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the SKU_URL_Info EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSKU_URL_Info(SKU_URL_Info sKU_URL_Info)
 {
     base.AddObject("SKU_URL_Info", sKU_URL_Info);
 }