<img src = "Content/@ImagePath"
, а ImagePath хранить в базе строчкой SomeFolder/SomeImage. sql = String.Format("UPDATE ssc_post16.t_trains SET col1={0},..... colN = {N}",value1,value2 и т.д.)
но нельзя использовать любой системный целый тип данных C# (Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64) ?
(byte, sbyte, short, ushort, int, uint, long, ulong)
TrainingPro[] docs = new TrainingPro[someLength];
for(int i=0;i<someLength;i++)
{
docs[i] = new TrainingPro("NAME"+i, "IP"+i,"HTT"+i,"CMP"+i);
}