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);
        }