private string GetDistinctString(bool ShowPathInfo) { return(String.Format(@"EventID = {0}, AssocTypeID = {1}", EventID.Trim(), AssocTypeID)); }
private string GetDistinctString(bool ShowPathInfo) { return(String.Format(@"EventID = {0}", EventID.Trim())); }