Tests.TestTable.GenerateName C# (CSharp) Method

GenerateName() public static method

public static GenerateName ( ) : string
return string
        public static string GenerateName()
        {
            return "TBL_" + Guid.NewGuid().ToString("N");
        }