Here is my static class holding the constants
public static class Files
{
public const string FileA = "Block1";
public const string FileB = "Block2";
public const string FileC = "Block3";
public const string FileD = "Block6.Block7";
}
By any chance, is it possible to get constants as list using LINQ other than converting it to data tables and retrieve. Thanks