/// <summary>
        /// Gets the insert script.
        /// </summary>
        /// <param name="row">The row.</param>
        /// <returns></returns>
        public string GetInsertScript(SeedRow row)
        {
            var insertScript = base.GetInsertScript(new HistoryRow(row.SeedId, row.ProductVersion));

            return(insertScript);
        }
Beispiel #2
0
 /// <summary>
 /// Gets the insert script.
 /// </summary>
 /// <param name="row">The row.</param>
 /// <returns></returns>
 public string GetInsertScript(SeedRow row)
 {
     return(string.Empty);
 }