Deveel.Data.Sql.MissingPrimaryKeyException.FormatMessage C# (CSharp) Method

FormatMessage() private static method

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