Deveel.Data.Sql.MissingPrimaryKeyException.FormatMessage C# (CSharp) 메소드

FormatMessage() 개인적인 정적인 메소드

private static FormatMessage ( ObjectName tableName ) : string
tableName ObjectName
리턴 string
        private static string FormatMessage(ObjectName tableName)
        {
            return String.Format("The table '{0}' has no PRIMARY key defined.", tableName);
        }