CSReportDll.cReportConnectsAux.getDummyKey C# (CSharp) Method

getDummyKey() private method

private getDummyKey ( ) : String
return String
        private String getDummyKey()
        {
            return "dummy_key_" + this.Count.ToString();
        }